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);
|
width: calc(25% - 20px);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 219px;
|
max-width: 219px;
|
||||||
@@ -2608,6 +2613,10 @@ footer#footer {
|
|||||||
column-gap: 40px;
|
column-gap: 40px;
|
||||||
row-gap: 50px;
|
row-gap: 50px;
|
||||||
|
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
._footer-col-33 {
|
._footer-col-33 {
|
||||||
width: calc(100% / 3 - (40px - (40px / 3)));
|
width: calc(100% / 3 - (40px - (40px / 3)));
|
||||||
|
|
||||||
@@ -2755,6 +2764,10 @@ footer#footer {
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 70px;
|
margin-bottom: 70px;
|
||||||
}
|
}
|
||||||
@@ -3114,6 +3127,10 @@ footer#footer {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
|
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -3144,6 +3161,10 @@ footer#footer {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: $cDark;
|
color: $cDark;
|
||||||
font-family: $fInter;
|
font-family: $fInter;
|
||||||
|
|||||||
Reference in New Issue
Block a user