mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
9 lines
130 B
SCSS
9 lines
130 B
SCSS
.tutorial {
|
|
display: grid;
|
|
grid-template-columns: 0.5fr 1fr 0.5fr;
|
|
column-gap: 10px;
|
|
div {
|
|
background-color: darkblue;
|
|
}
|
|
}
|