Unit adjustment for grid gap
This commit is contained in:
parent
deb2f09f76
commit
41957a2409
|
@ -7,21 +7,18 @@ html {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 2fr 1fr;
|
grid-template-columns: 2fr 1fr;
|
||||||
gap: 8px;
|
gap: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.site-info {
|
.site-info {
|
||||||
height: 20rem;
|
height: 20rem;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in New Issue