Skip to content

Commit 897ef5e

Browse files
committed
Update padding using responsive functions of bulma
1 parent c352799 commit 897ef5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack/sass/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@ code {
229229

230230
// Single Post page
231231
.single-post {
232-
@media only screen and (min-width: 768px) {
232+
@include from($desktop) {
233233
.container {
234234
padding-left: 6rem;
235235
padding-right: 6rem;
236236
}
237237
}
238238

239-
@media only screen and (max-width: 768px) {
239+
@include until($desktop) {
240240
.container {
241241
padding-left: 1.5rem;
242242
padding-right: 1.5rem;

0 commit comments

Comments
 (0)