Private
Public Access
1
0

fix: usr: the css problem had been solved on reponsive gfx on homepage #4

This commit is contained in:
2026-04-18 10:34:46 +02:00
parent bd074c5c9d
commit a9ee28b395
5 changed files with 20 additions and 19 deletions

View File

@@ -1,14 +1,15 @@
.hero-auth {
position: absolute;
top: 28px;
right: 36px;
#hero-auth {
padding: 20px;
.hero-auth {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
z-index: 10;
}
}
.hero-auth-user {
.hero-auth-user {
font: 600 13px 'Rajdhani', sans-serif;
color: rgba(149, 207, 245, 0.75);
letter-spacing: 0.5px;
@@ -17,6 +18,13 @@
gap: 6px;
i { font-size: 15px; }
}
@media screen and (max-width: 1100px) {
.hero-auth {
justify-content: center;
}
}
}
.hero-auth-btn {