Skip to content

Commit 24b9ea0

Browse files
nintendoeatsmojavelinux
authored andcommitted
add styles to support big and small roles
1 parent 9866139 commit 24b9ea0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/doc.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@
222222
width: 100%;
223223
}
224224

225+
.doc .big {
226+
font-size: larger;
227+
}
228+
229+
.doc .small {
230+
font-size: smaller;
231+
}
232+
225233
.doc .underline {
226234
text-decoration: underline;
227235
}

0 commit comments

Comments
 (0)