Add some responsiveness to footer
This commit is contained in:
@@ -34,15 +34,16 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: left;
|
||||
width: 60%;
|
||||
margin: 0 20rem;
|
||||
flex-basis: 100%;
|
||||
margin: 0 20rem 0 10rem;
|
||||
}
|
||||
|
||||
&__contacts {
|
||||
display: flex;
|
||||
position: relative;
|
||||
justify-content: space-between;
|
||||
flex-direction: row nowrap;
|
||||
flex-flow: row nowrap;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
&__content {
|
||||
@@ -50,6 +51,7 @@
|
||||
position: relative;
|
||||
flex-flow: column;
|
||||
text-align: left;
|
||||
padding-right: 3rem;
|
||||
}
|
||||
|
||||
&__links {
|
||||
@@ -65,8 +67,12 @@
|
||||
background-color: $black;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
justify-content: space-evenly;
|
||||
justify-content: center;
|
||||
font-size: 12px;
|
||||
padding: 1rem 40rem;
|
||||
padding: 1rem 0;
|
||||
|
||||
p {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,8 @@
|
||||
|
||||
.footer-map {
|
||||
display: flex;
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user