summaryrefslogtreecommitdiff
path: root/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/main.css')
-rw-r--r--styles/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/styles/main.css b/styles/main.css
index 0472fab..c9f0728 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -19,7 +19,7 @@ user {
position: fixed;
right: 30px;
top: 10px;
- z-index: 1;
+ z-index: 2;
}
user img {
@@ -37,7 +37,7 @@ nav {
width:calc(100% - 20px);
height:50px;
background-color: gray;
- z-index: 0;
+ z-index: 1;
border-radius: 10px;
box-sizing: border-box;
}
@@ -60,4 +60,4 @@ content {
margin-left: 50px;
margin-right: 50px;
margin-bottom:50px;
-} \ No newline at end of file
+}