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