summaryrefslogtreecommitdiff
path: root/comic/assets/css/comic.css
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2025-12-23 17:39:29 +0100
committerBotond Hende <nettingman@gmail.com>2025-12-23 17:39:29 +0100
commita365cbec827ad44e196c62558272e723e3a3b564 (patch)
tree8655728428e2eaffd7c58b5c265c06a46c5d8560 /comic/assets/css/comic.css
parent7308b658153e089456dd1b5ad691ff8db19088cd (diff)
comic page, other than buttons, finished
Diffstat (limited to 'comic/assets/css/comic.css')
-rw-r--r--comic/assets/css/comic.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/comic/assets/css/comic.css b/comic/assets/css/comic.css
index f571a16..9449cab 100644
--- a/comic/assets/css/comic.css
+++ b/comic/assets/css/comic.css
@@ -21,6 +21,20 @@ main, footer {
margin-top: 0.5rem;
}
+footer {
+ padding-top: 1rem !important;
+ padding-bottom: 1rem !important;;
+}
+
+hr {
+ width: 30%;
+ color: #e9d3ff;
+}
+
+img.banner {
+ width: 100%;
+}
+
img.comic {
width: 100%;
border: 0.1rem solid black;
@@ -31,6 +45,16 @@ p {
margin: 0.2rem;
}
+a {
+ color: #801396;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
p.description {
- margin-top: 3rem;
+ margin-top: 2rem;
+ margin-bottom: 2rem;
} \ No newline at end of file