Some minor improvements + mobile support
This commit is contained in:
@@ -21,7 +21,7 @@ body {
|
||||
.pagehead-inner {
|
||||
position: inherit;
|
||||
margin: 0;
|
||||
width: 24%;
|
||||
width: 27%;
|
||||
height: 55vh;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@@ -33,6 +33,18 @@ body {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/* .pagehead-inner {
|
||||
position: inherit;
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
} */
|
||||
|
||||
|
||||
|
||||
.pagehead-inner > p {
|
||||
color: white;
|
||||
font-family: "Overpass Mono", monospace;
|
||||
@@ -80,7 +92,7 @@ body {
|
||||
|
||||
.pagebody {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
background: #222;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user