devroom.io/themes/cocoa-eh/layouts/partials/css/min769px.css

17 lines
322 B
CSS
Raw Normal View History

2018-08-31 14:13:53 +00:00
section.main .content .page-heading {
font-size: 36px;
}
2017-10-16 13:33:26 +00:00
section.main .content .markdown figure {
2018-08-31 14:13:53 +00:00
width: 110%;
margin-left: -4%;
2017-10-16 13:33:26 +00:00
}
section.main .content .markdown img {
2018-08-31 14:13:53 +00:00
max-width: 110%;
width: 110%;
margin-left: -4%;
2017-10-16 13:33:26 +00:00
}
section.main .content .markdown pre {
2018-08-31 14:13:53 +00:00
width: 110%;
margin-left: -4%;
}