Update index1.css

This commit is contained in:
rocket_2019 2023-01-22 15:15:13 +01:00 committed by GitHub
parent 9d45c50b7b
commit 46414d43a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,8 +114,9 @@ body {
} }
@media screen and (min-width: 780px) { @media screen and (min-width: 780px) {
header { header {
z-index: 2000; z-index: 1000000;
position: fixed; position: fixed;
background: #22242a;
padding: 20px; padding: 20px;
width: calc(100% - 0%); width: calc(100% - 0%);
top: 0; top: 0;
@ -128,10 +129,17 @@ header {
} }
.left_area h3 { .left_area h3 {
color: #fff; color: #fff;
margin: 0;
text-transform: uppercase; text-transform: uppercase;
font-size: 22px; font-size: 20px;
font-weight: 900; font-weight: 900;
z-index: 1;
position: fixed;
cursor: pointer;
left: 50px;
font-size: 20px;
margin: -10px 0;
transition: 0.5s;
transition-property: color;
} }
.left_area span { .left_area span {
@ -226,7 +234,7 @@ label #sidebar_btn {
color: #fff; color: #fff;
position: fixed; position: fixed;
cursor: pointer; cursor: pointer;
left: 300px; left: 20px;
font-size: 20px; font-size: 20px;
margin: 5px 0; margin: 5px 0;
transition: 0.5s; transition: 0.5s;
@ -269,7 +277,7 @@ label #sidebar_btn:hover {
.content { .content {
width: (100% - 250px); width: (100% - 250px);
margin-top: 60px; margin-top: 60px;
padding: 20px; /*padding: 20px;*/
margin-left: 60px; margin-left: 60px;
min-height: 100vh; min-height: 100vh;
transition: 0.5s; transition: 0.5s;