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