summaryrefslogtreecommitdiffstats
path: root/_site/assets/css/main.css
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 21:17:12 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 21:17:12 +0800
commitfad35e21d2bf8a2e1398e83887bb779a28e60ee6 (patch)
tree9ae40c19eb526b96e57c7545c7a8fb0cfa1581fe /_site/assets/css/main.css
parent8cd867cd53794386cb9443bfc023fe97c5c5fa47 (diff)
downloadwww-fad35e21d2bf8a2e1398e83887bb779a28e60ee6.tar.gz
Front page.
Diffstat (limited to '_site/assets/css/main.css')
-rw-r--r--_site/assets/css/main.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css
index 43afb69..776a055 100644
--- a/_site/assets/css/main.css
+++ b/_site/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;
+}