Client pass

This commit is contained in:
2024-07-21 01:30:10 +02:00
parent cd42baaebf
commit 4fe78c0fa4
18 changed files with 120 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
body {
padding-bottom: 850px;
padding-bottom: 1500px;
background-color: #222;
z-index: -20;
position: relative;
@@ -11,7 +11,7 @@ body {
.footer-container {
font-family: 'Mona-Sans';
font-weight: 500;
font-weight: 600;
background-color: #222;
color: #F8FAFC;
padding: 10vmin;
@@ -30,7 +30,7 @@ body {
}
.footer-menu svg {
width: 10vmin;
width: 20vmin;
}
.footer-menu-items {
@@ -46,6 +46,11 @@ body {
text-decoration: none;
text-transform: uppercase;
transition: text-decoration 2s;
padding-bottom: 10px;
}
.footer-menu-items :last-child {
padding-bottom: 0px;
}
.footer-menu-items a:hover {
@@ -53,7 +58,7 @@ body {
}
.footer-title {
margin-top: 50px;
margin-top: 40px;
}
.footer-title div {
@@ -61,21 +66,22 @@ body {
}
.footer-title h1 {
font-weight: 700;
font-size: 10vmin;
font-weight: 800;
font-size: 14vmin;
text-transform: uppercase;
margin: 0;
line-height: 1;
}
.footer-title h2 {
margin-top: 30px;
margin-top: 8px;
}
.footer-links {
display: flex;
justify-content: space-between;
align-items: center;
margin: 50px 0px;
margin: 35px 0px;
}
.footer-links a {