diff options
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r-- | vnext/src/components/Message.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index 779cc85f..df51fa80 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -7,7 +7,7 @@ article { } article time { color: #999; - font-size: 10pt; + font-size: small; } article p { clear: left; @@ -31,7 +31,7 @@ article > nav.l, border-top: 1px solid #eee; display: flex; justify-content: space-around; - font-size: 10pt; + font-size: small; } article > nav.l a, .msg-cont > nav.l a { @@ -58,7 +58,7 @@ article .tags > a, border: 1px solid #eee; color: #888; display: inline-block; - font-size: 10pt; + font-size: small; margin-bottom: 5px; margin-right: 5px; padding: 0 10px; |