mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-12-19 00:10:46 +01:00
Created login system
This commit is contained in:
@@ -476,3 +476,24 @@ there.
|
||||
/* Larger than tablet */
|
||||
@media (min-width: 1200px) {}
|
||||
|
||||
|
||||
header {
|
||||
margin: 0px;
|
||||
height: 20px;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
border-bottom: solid 1px rgba(73, 73, 73, 0.473)
|
||||
}
|
||||
|
||||
.rightMount {
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
* {
|
||||
border: 1px red solid;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user