diff options
-rw-r--r-- | resources/sass/style.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 83e3e3f..33e8a52 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -26,6 +26,10 @@ body { color: #888; } +.larger { + font-size: larger; +} + abbr { border-width: 0 !important; } @@ -38,6 +42,10 @@ div#basicinfo { margin-top: 1em; } +p#lead { + margin-top: 1em; +} + hr { clear: both; margin: 0; |