mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-15 15:39:09 +00:00
12 lines
162 B
SCSS
12 lines
162 B
SCSS
.grid-wrapper {
|
|
margin: auto;
|
|
max-width: $site-width;
|
|
padding: 0 25px;
|
|
}
|
|
|
|
.grid-center {
|
|
text-align: center;
|
|
> .grid__item {
|
|
text-align: left;
|
|
}
|
|
} |