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