Some minor improvements + mobile support

This commit is contained in:
2021-09-17 15:25:10 +03:00
parent 60c698c0ef
commit 74de406f1d
5 changed files with 30 additions and 14 deletions

View File

@@ -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;