|
|
|
@ -1,14 +1,16 @@ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* footer |
|
|
|
* footer |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
/* Footer */ |
|
|
|
/* Footer */ |
|
|
|
.footer { |
|
|
|
.footer { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
background-color: var(--light); |
|
|
|
background-color: var(--light); |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
background-color: #333; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
.footer ul { |
|
|
|
.footer ul { |
|
|
|
list-style: none; |
|
|
|
list-style: none; |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
@ -33,14 +35,14 @@ |
|
|
|
display: -ms-flexbox; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-ms-flex-wrap: wrap; |
|
|
|
-ms-flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
|
padding: 2rem 0; |
|
|
|
padding: 2rem 0; |
|
|
|
gap: 1.5rem; |
|
|
|
gap: 1.5rem; |
|
|
|
} |
|
|
|
} |
|
|
|
.footer-block { |
|
|
|
.footer-block { |
|
|
|
-webkit-box-flex: 1; |
|
|
|
-webkit-box-flex: 1; |
|
|
|
-ms-flex: 1 1 250px; |
|
|
|
-ms-flex: 1 1 250px; |
|
|
|
flex: 1 1 250px; |
|
|
|
flex: 1 1 250px; |
|
|
|
} |
|
|
|
} |
|
|
|
.footer-block li { |
|
|
|
.footer-block li { |
|
|
|
border-bottom: 1px solid var(--border); |
|
|
|
border-bottom: 1px solid var(--border); |
|
|
|
@ -53,8 +55,8 @@ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-ms-flex-direction: column; |
|
|
|
-ms-flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
padding: 1rem 0; |
|
|
|
padding: 1rem 0; |
|
|
|
gap: 2rem; |
|
|
|
gap: 2rem; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -68,10 +70,10 @@ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-ms-flex-direction: column; |
|
|
|
-ms-flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
padding: 1rem 0; |
|
|
|
padding: 1rem 0; |
|
|
|
gap: 2rem; |
|
|
|
gap: 2rem; |
|
|
|
} |
|
|
|
} |
|
|
|
.footer-bottom-container p:last-child { |
|
|
|
.footer-bottom-container p:last-child { |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
|