summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-06-08 19:08:09 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-06-08 19:08:09 +0200
commit4f4bd92820a72f1c28c414f13cd6667886c056ac (patch)
treea6a889a01569ca47e058b563a6bb5024d3eff6ec /sass
parent8841129b65ec8baa528da57272023638f903a65e (diff)
downloadrabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.tar.gz
rabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.tar.bz2
rabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.zip
Improve license section.
- Use local image for license icon. - Clarify that the text and images/other elements are licensed separately. - Add license blurb to all pages. - Translate license blurb.
Diffstat (limited to 'sass')
-rw-r--r--sass/styles.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/sass/styles.scss b/sass/styles.scss
index 76a75ab..9b7141d 100644
--- a/sass/styles.scss
+++ b/sass/styles.scss
@@ -56,10 +56,13 @@ pre {
border-top: 1px solid #aaa;
padding-top: 0.5em;
.cc-by-sa-logo {
- width: 10em;
+ width: 8rem;
}
.license-text {
- font-size: small;
+ font-size: x-small;
+ p {
+ margin-top: 0;
+ }
}
}