smaller font size for sub/sup

This commit is contained in:
Hakim El Hattab
2018-04-24 14:56:03 +02:00
parent 5771ae39f0
commit de41f6cf50
12 changed files with 123 additions and 22 deletions

View File

@ -217,9 +217,11 @@ body {
.reveal sup {
vertical-align: super;
font-size: smaller;
}
.reveal sub {
vertical-align: sub;
font-size: smaller;
}
.reveal small {