Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 9f07b17..dc76431 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -67,6 +67,7 @@ header img {
line-height: 1.5em;
font-size: 0.9em;
font-weight: 300;
+ padding: 0em 0.35em;
}
.header-image-container {
height: 275px;
@@ -113,7 +114,8 @@ footer {
footer p {
margin: 0;
}
-.footer a {
+.footer a,
+.about-narrative a {
color: var(--bg);
text-decoration: underline;
font-weight: 600;
@@ -216,6 +218,7 @@ svg {
display: contents;
}
.home-icon svg {
+ margin-left: 0.35em;
padding: 0.25em;
border-radius: 5px;
}