_sass/minimal-ryan/custom.scss in jekyll-theme-minimal-ryan-0.3.0 vs _sass/minimal-ryan/custom.scss in jekyll-theme-minimal-ryan-0.4.0
- old
+ new
@@ -1,10 +1,10 @@
.content-container {
margin: auto;
@include extra-small-screen {
- width: $screen-width-extra-small;
+ width: 90%;
}
@include small-screen {
width: $screen-width-small;
}
@@ -163,13 +163,13 @@
& > * {
padding: 8px 0;
width: 100%;
line-height: 1.4em;
+ }
- @include large-screen {
- width: 65%;
- }
+ & > *:not(#post-title-img) {
+ max-width: 780px;
}
#post-title-img {
height: 300px;
width: 100%;