Commit with no name
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: variables.$clr_sides;
|
||||
}
|
||||
|
||||
#container {
|
||||
@@ -24,7 +25,6 @@ html, body {
|
||||
}
|
||||
|
||||
#left {
|
||||
background: aqua;
|
||||
grid-column: 1;
|
||||
grid-row-start: 1;
|
||||
grid-row-end: 3;
|
||||
@@ -51,7 +51,6 @@ html, body {
|
||||
}
|
||||
|
||||
#right {
|
||||
background: aqua;
|
||||
grid-column: 3;
|
||||
grid-row-start: 1;
|
||||
grid-row-end: 3;
|
||||
|
||||
Reference in New Issue
Block a user