ok
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user