We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adcea7 commit 03084a1Copy full SHA for 03084a1
_sass/base/general.sass
@@ -40,8 +40,8 @@ p
40
margin-bottom: 20px
41
letter-spacing: 0.4px
42
43
- // @media #{$mobile}
44
- // letter-spacing: 0.2px
+ @media #{$mobile}
+ letter-spacing: 0.2px
45
46
strong
47
font-weight: 400
@@ -75,8 +75,8 @@ figcaption
75
color: $gama
76
font-weight: 300
77
78
79
- // font-size: 1.2rem
+ font-size: 1.2rem
80
81
blockquote
82
padding-left: 15px
@@ -122,11 +122,11 @@ pre
122
width: 96%
123
margin: 0 auto
124
125
126
- // width: 88%
127
- //
128
- // @media #{$tablet}
129
+ width: 88%
+
+ @media #{$tablet}
130
131
.wrapper-normal
132
max-width: 560px
0 commit comments