Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2592,6 +2592,11 @@ footer#footer {
|
||||
width: calc(25% - 20px);
|
||||
text-align: left;
|
||||
|
||||
@media (max-width: 992px) {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 219px;
|
||||
@@ -2608,6 +2613,10 @@ footer#footer {
|
||||
column-gap: 40px;
|
||||
row-gap: 50px;
|
||||
|
||||
@media (max-width: 992px) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
._footer-col-33 {
|
||||
width: calc(100% / 3 - (40px - (40px / 3)));
|
||||
|
||||
@@ -2755,6 +2764,10 @@ footer#footer {
|
||||
max-width: 750px;
|
||||
z-index: 2;
|
||||
|
||||
@media (max-width: 992px) {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
@@ -3114,6 +3127,10 @@ footer#footer {
|
||||
align-items: center;
|
||||
margin-top: -20px;
|
||||
|
||||
@media (max-width: 992px) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -3144,6 +3161,10 @@ footer#footer {
|
||||
text-align: right;
|
||||
margin-top: 20px;
|
||||
|
||||
@media (max-width: 992px) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
color: $cDark;
|
||||
font-family: $fInter;
|
||||
|
||||
Reference in New Issue
Block a user