summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 43afb69..776a055 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -7,7 +7,7 @@ body{
text-decoration-skip: ink;
color: #2f2f2f;
padding-top: 10px;
- font-family: 'IM Fell DW Pica', serif;
+ font-family: serif;
background-color: #f4f2e8;
}
@@ -83,11 +83,12 @@ td {
padding-top: 20px;
}
-.tagline{
+.tagline {
padding-top: 20px;
}
-.brand{
+.brand {
+ margin-bottom: 2rem;
font-family: 'IM Fell English SC', serif;
}
@@ -182,7 +183,7 @@ and (min-device-width : 768px) {
column-gap: 20px;
width: 100%;
}
- .tag{
+ .tag {
width: 23%;
margin-right:0;
}
@@ -192,7 +193,7 @@ and (min-device-width : 768px) {
font-size: 2.5em;
}
-.twocol{
+.twocol {
-ms-word-break: keep-all;
word-break: keep-all;
hyphens: auto;
@@ -228,3 +229,19 @@ and (min-device-width : 768px) {
border: none;
vertical-align:top;
}
+
+.author {
+ margin-bottom: 2rem;
+}
+
+h1.brand {
+ margin: 0.67em 0;
+}
+
+.brand-description {
+ margin-bottom: 2rem;
+}
+
+.tagline {
+ margin-bottom: 2.5rem;
+}