gers-cd32: reduce title size and correct footer grid (#47791)

This commit is contained in:
Nicolas Roche 2020-10-16 16:18:54 +02:00
parent c094d4026d
commit 5525817920
2 changed files with 19 additions and 6 deletions

View File

@ -142,6 +142,14 @@ div#footer-wrapper {
padding: 66px 0 73px;
}
div#footer {
* {
box-sizing: content-box;
}
img {
max-width: 100%;
width: 320px;
height: 163px;
}
border-color: #fff;
max-width: 1320px;
li {
@ -156,6 +164,7 @@ div#footer {
.btn:focus, .btn:hover {
background-color: #0f183b;
border-color: transparent !important;
text-decoration: none;
}
address.site-infos__listitems {
font-size: 0.75rem;
@ -177,6 +186,10 @@ div#footer {
border-radius: 5px;
padding: 25px 0px 25px 25px;
}
a.contact-social__link:hover {
background-color: $secondary-color;
color: $primary-color;
}
a.contact-social__link::before {
@include form-icon("\f003");
font-weight: 400;
@ -187,8 +200,7 @@ div#footer {
display: flex;
}
.social-networks li a::after {
text-align: center;
padding-top: 14px;
padding-left: 6px;
}
.social-networks {
li:nth-child(1) a::after {
@ -205,13 +217,15 @@ div#footer {
}
}
.social-networks__item a {
height: 52px;
width: 52px;
height: 30px;
width: 30px;
border: 1px solid #fff;
border-radius: 50%;
display: grid;
text-decoration: none;
}
div.menu-cross__nav {
padding-left: 20px;
ul {
margin: 0;
padding: 0;

View File

@ -15,7 +15,6 @@ $nav-color: $tertiary-color;
$nav-full-width-background: true;
$nav-button-background: $primary-color;
$nav-item-selected-background: $primary-color;
//$nav-mobile-menu-color: white;
$nav-item-hover-background: $primary-color;
$nav-menu-side: 60px;
@ -23,7 +22,7 @@ $cell-border: none;
$cell-entry-hover-background: transparent;
$title-transform: uppercase;
$title-font-size: 1.4rem;
$title-font-size: 1.2rem;
$title-weight: bold;
$title-padding: 0.7rem 0rem;