Skip to content

Commit 47b97a4

Browse files
authored
Add missing property for small (#3478)
Also, * switch to rem * make the value a little bigger * move the selectors to utils
1 parent e305347 commit 47b97a4

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

layouts/css/_utils.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@
2929
.hidden {
3030
display: none;
3131
}
32+
33+
.full-width {
34+
width: 100%;
35+
}
36+
37+
small,
38+
.small {
39+
font-size: .7rem;
40+
}

layouts/css/styles.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,6 @@ article a {
106106
}
107107
}
108108

109-
.full-width {
110-
width: 100%;
111-
}
112-
113-
.small {
114-
font-size: 10px;
115-
}
116-
117109
.color-lightgray {
118110
color: $light-gray;
119111
}

0 commit comments

Comments
 (0)