forked from lix-project/lix-website
11 lines
121 B
SCSS
11 lines
121 B
SCSS
|
.blog-content {
|
||
|
max-width: 900px;
|
||
|
|
||
|
.highlight {
|
||
|
pre {
|
||
|
padding: 16px;
|
||
|
border-radius: 8px;
|
||
|
}
|
||
|
}
|
||
|
}
|