_sass/scss/_reusable.scss in bubblin-jekyll-1.1.4 vs _sass/scss/_reusable.scss in bubblin-jekyll-1.1.5
- old
+ new
@@ -22,11 +22,10 @@
-webkit-backface-visibility: hidden;
}
body {
color: rgba(0, 0, 0, 0.85);
- background: aliceblue;
margin: 0;
font-family: 'EB Garamond', serif;
font-smooth: always;
-webkit-font-smoothing: subpixel-antialiased;
text-rendering: optimizelegibility;
@@ -34,11 +33,10 @@
font-display: optional;
-moz-osx-font-smoothing: grayscale;
-webkit-osx-font-smoothing: antialiased;
}
-
/* Anchors */
a {
color: #1177FF;
text-decoration: none;
@@ -236,18 +234,13 @@
/* Element Positioning */
.container {
- margin: 44px 0 0 0;
- background: white;
+ margin-top: 90px;
}
-.wrapper {
- margin: 0 auto;
-}
-
.left {
float: left;
left: 0;
}
@@ -461,11 +454,13 @@
}
.align {
margin: 0 auto;
text-align: center;
}
-
+ .wrapper {
+ width: 90vw;
+ }
}
}
@media (orientation: landscape) {
body {
@@ -491,12 +486,11 @@
width: 90%;
}
.align {
margin: 0 0;
}
- .container {
- width: calc(100vw - 208px);
- margin-left: 208px;
+ .wrapper {
+ width: 60vw;
}
}
}
@media print,
\ No newline at end of file