mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Even more height fixes, bit better background
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
min-height: calc(100vh);
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -19,15 +19,18 @@ body {
|
||||
justify-content: center;
|
||||
|
||||
margin: 0px;
|
||||
height: 100%;
|
||||
min-height: calc(100vh);
|
||||
font-family: 'Kameron', serif;
|
||||
font-family: 'Overpass Mono', monospace;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
#__next {
|
||||
height: 100%;
|
||||
min-height: calc(100vh);
|
||||
width: 1200px;
|
||||
/* offset-x | offset-y | blur-radius | spread-radius | color */
|
||||
background-color: var(--background-color);
|
||||
box-shadow: 0px 0px 29px 19px #222426;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user