summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCamil Staps2021-12-23 10:12:24 +0100
committerCamil Staps2021-12-23 10:12:24 +0100
commit1f8324fbba3ad5a927287b5bd60544a0f1dd4b80 (patch)
treeb2235d30d34e78e9906b9b14a255de18664dbef4
parentUse nice quotation marks (diff)
f
-rw-r--r--resources/sass/style.scss8
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;