This commit is contained in:
2024-02-17 19:00:30 +01:00
parent 06cfb58bd0
commit 5e495f3395
5 changed files with 121 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
left: 0;
}
.menu__link, .valut__title, label {
.menu__link, .valut__title, label, .button {
color: var(--color-white-100);
text-shadow: 0.3125rem 0.0625rem 0.1875rem var(--color-black);
}
@@ -92,6 +92,13 @@
height: 31.25rem;
}
.valut__button {
position: absolute;
bottom: -3.25rem;
left: 50%;
transform: translateX(-50%);
}
.section {
position: relative;
width: 100%;