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,18 +1,18 @@
.hero-title {
color: #F8FAFC;
font-size: 10vmin;
font-size: 17vmin;
font-family: 'Mona-Sans';
font-weight: bold;
line-height: 12vh;
font-weight: 800;
line-height: 15vh;
}
.hero-title2 {
position: relative;
top: 25px;
left: 15px;
top: 21px;
left: 13px;
color: #F8FAFC;
font-family: "Moonstone History";
font-size: 10vmin;
font-size: 19vmin;
line-height: 10vh;
}
@@ -161,7 +161,7 @@
.hero-decoration-arrow {
position: absolute;
color: #F8FAFC;
width: 10vmin;
width: 20vmin;
bottom: 150px;
right: 180px;
}