Commit with no name

This commit is contained in:
Ferit Yiğit BALABAN
2022-05-18 14:06:29 +03:00
parent 25a7fe7fcd
commit 1f9d2076f2
12 changed files with 210 additions and 7 deletions

View File

@@ -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;