edit global css
This commit is contained in:
parent
cb9c9752b6
commit
edd8da59f3
@ -6,23 +6,21 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-image: radial-gradient(
|
||||
circle 993px at 0.5% 50.5%,
|
||||
rgba(137, 171, 245, 0.37) 0%,
|
||||
rgba(245, 247, 252, 1) 100.2%
|
||||
);
|
||||
font-family: "Varela Round", sans-serif;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 950px) {
|
||||
html,
|
||||
body {
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user