corrections footer + popups map projects
This commit is contained in:
@@ -2,39 +2,36 @@
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
margin-top: 50px;
|
||||
padding: 0 $x_margin;
|
||||
padding: 0 $x_margin !important;
|
||||
@media screen and (min-width: $breakpoint_desktop) {
|
||||
width: calc(100% - 50vw);
|
||||
margin-left: 25vw;
|
||||
}
|
||||
#footer_middle {
|
||||
display: flex;
|
||||
#footer_left > div {
|
||||
margin-top: 5px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
#block-erabletheme-logorep {
|
||||
width: 30vw;
|
||||
max-width: 100px;
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: 10vw;
|
||||
}
|
||||
}
|
||||
#block-erabletheme-logoepau {
|
||||
width: 50vw;
|
||||
max-width: 150px;
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: 15vw;
|
||||
padding-left: 2vw;
|
||||
}
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: 25vw;
|
||||
padding-left: $x_margin;
|
||||
}
|
||||
}
|
||||
#footer_section {
|
||||
display: flex;
|
||||
@@ -45,26 +42,38 @@
|
||||
margin-bottom: 20px;
|
||||
position: relative;
|
||||
#footer_center {
|
||||
padding-left: 2vw;
|
||||
width: 50%;
|
||||
nav ul {
|
||||
width: 100%;
|
||||
> div {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
li a {
|
||||
color: $dark_green;
|
||||
font-size: $sm_font_size;
|
||||
font-family: 'Marianne', sans-serif;
|
||||
font-weight: 800;
|
||||
text-decoration: underline;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: 50vw;
|
||||
padding: 0 15vw;
|
||||
justify-content: space-around;
|
||||
nav ul {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
li {
|
||||
a {
|
||||
color: $dark_green;
|
||||
font-family: 'Marianne', sans-serif;
|
||||
font-weight: 800;
|
||||
text-decoration: underline;
|
||||
font-size: 0.6rem;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
line-height: 1.2;
|
||||
}
|
||||
&:last-of-type {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
&:first-of-type {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
&:last-of-type {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
padding-left: 0;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,31 +81,33 @@
|
||||
width: 30%;
|
||||
#block-erabletheme-socialmedialinks-2 ul {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: end;
|
||||
li {
|
||||
a {
|
||||
span {
|
||||
font-weight: lighter;
|
||||
font-size: 1.4rem;
|
||||
width: 2.2rem;
|
||||
height: 2.2rem;
|
||||
padding: 0.4rem;
|
||||
border-radius: 1.1rem;
|
||||
font-size: 0.8rem;
|
||||
width: 1.6rem;
|
||||
height: 1.6rem;
|
||||
padding-top: 0.2rem;
|
||||
border-radius: 0.8rem;
|
||||
color: white;
|
||||
background-color: $teal;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
svg.ext {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
&:last-of-type {
|
||||
margin-left: 25px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: auto;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,6 +117,7 @@
|
||||
}
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
display: block;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user