mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
16 lines
228 B
SCSS
16 lines
228 B
SCSS
|
.no-sidebar .content-container.size3of4 {
|
||
|
width: 75%;
|
||
|
}
|
||
|
|
||
|
.blog-entry .post-image img {
|
||
|
width: 98.75%;
|
||
|
}
|
||
|
|
||
|
.blog-sidebar .WidgetHolder ul {
|
||
|
margin-left: 0;
|
||
|
|
||
|
li {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
}
|