This commit is contained in:
Bálint Szekeres
2019-10-13 16:22:16 +02:00
parent 3e80efc88f
commit 2df3759015
8 changed files with 179 additions and 78 deletions

View File

@@ -7,6 +7,7 @@
}
header {
position: relative;
background-color: #000;
padding: 0.5rem 0;
text-align: center;
@@ -14,6 +15,13 @@ header {
color: #fff;
font-size: 2.2rem;
.layout-toggle {
position: absolute;
right: 10px;
top: 0;
z-index: 100;
}
.container {
position: relative;
}