Fixing css file that had two body selectors
This commit is contained in:
parent
c3863bcf52
commit
2c0a2e8e34
|
@ -11,9 +11,6 @@ body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 2fr 1fr;
|
grid-template-columns: 2fr 1fr;
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
|
|
Loading…
Reference in New Issue