generated from Seekra/repository-template
New Style #24
@@ -5,10 +5,6 @@ body {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
|||||||
html {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-background {
|
.content-background {
|
||||||
background:
|
background:
|
||||||
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
|
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
|
||||||
|
|||||||
Reference in New Issue
Block a user
Not necessary due to line 3 (
min-height: 100vh;).