TRI-283: end 1280

This commit is contained in:
2024-11-20 22:00:18 +03:00
parent d83940b47d
commit 6f646264dc
52 changed files with 719 additions and 138 deletions

View File

@@ -12,6 +12,10 @@
margin-bottom: 180px;
}
@media (max-width: 1304.98px) {
margin-bottom: 141px;
}
&.left {
transform: translateX(-180px);
}
@@ -39,6 +43,10 @@
@media (min-width: 1720px) {
margin-bottom: 40px;
}
@media (max-width: 1304.98px) {
max-width: 99%;
}
}
.subtitle {
@@ -50,5 +58,9 @@
letter-spacing: 0.1px;
margin-bottom: 40px;
}
@media (max-width: 1304.98px) {
width: 54%;
}
}
}