We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
small
1 parent e305347 commit 47b97a4Copy full SHA for 47b97a4
2 files changed
layouts/css/_utils.scss
@@ -29,3 +29,12 @@
29
.hidden {
30
display: none;
31
}
32
+
33
+.full-width {
34
+ width: 100%;
35
+}
36
37
+small,
38
+.small {
39
+ font-size: .7rem;
40
layouts/css/styles.scss
@@ -106,14 +106,6 @@ article a {
106
107
108
109
-.full-width {
110
- width: 100%;
111
-}
112
-
113
-.small {
114
- font-size: 10px;
115
116
117
.color-lightgray {
118
color: $light-gray;
119
0 commit comments