This commit is contained in:
Roman Pyrih
2026-02-03 14:04:49 +01:00
parent 4f9b657064
commit 1b522549eb
3 changed files with 26 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

@@ -1388,3 +1388,27 @@ body {
}
}
}
.box-promo {
padding-bottom: 0;
text-align: center;
#scontainer-42 {
max-width: 690px;
margin: 0 auto;
.box-title {
margin: 0 auto 35px;
}
a {
color: rgb(34, 169, 225);
transition: 0.5s;
&:hover {
color: #000;
text-decoration: none;
}
}
}
}