This commit is contained in:
Vassshhh
2025-06-19 19:30:17 +07:00
parent 5dc3dccc0b
commit e35244b664
10 changed files with 614 additions and 38 deletions

View File

@@ -126,7 +126,10 @@
/* Mobile styles */
@media (max-width: 768px) {
.h1 {
color: white;
font-size: 23px;
}
.dashboardContainer {
max-width: 900px;
margin: 30px auto;
@@ -192,11 +195,11 @@ position: absolute;
.logoutButton:hover {
background-color: #cb0f0f;
}
.dropdownContainer {
position: relative;
display: inline-block;
position: absolute;
position: absolute;
top: 10px;
right: 10px;
}