This commit is contained in:
Roman Pyrih
2026-02-24 15:30:37 +01:00
parent 34c56d8409
commit e579d0a597
3 changed files with 23 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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;