Skip to content

Commit 03084a1

Browse files
committed
moving to sass
1 parent 9adcea7 commit 03084a1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_sass/base/general.sass

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ p
4040
margin-bottom: 20px
4141
letter-spacing: 0.4px
4242

43-
// @media #{$mobile}
44-
// letter-spacing: 0.2px
43+
@media #{$mobile}
44+
letter-spacing: 0.2px
4545

4646
strong
4747
font-weight: 400
@@ -75,8 +75,8 @@ figcaption
7575
color: $gama
7676
font-weight: 300
7777

78-
// @media #{$mobile}
79-
// font-size: 1.2rem
78+
@media #{$mobile}
79+
font-size: 1.2rem
8080

8181
blockquote
8282
padding-left: 15px
@@ -122,11 +122,11 @@ pre
122122
width: 96%
123123
margin: 0 auto
124124

125-
// @media #{$mobile}
126-
// width: 88%
127-
//
128-
// @media #{$tablet}
129-
// width: 88%
125+
@media #{$mobile}
126+
width: 88%
127+
128+
@media #{$tablet}
129+
width: 88%
130130

131131
.wrapper-normal
132132
max-width: 560px

0 commit comments

Comments
 (0)