summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-01-21 01:01:48 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-01-21 01:01:48 +0200
commit34619558be56f7abe75f4a57b82aebeebb100654 (patch)
treed84c47556d26df9633e9e2e4dd322b433cee3169 /style.css
parentac09b60f62b6400ac7ceb7ce9189047ced4f4683 (diff)
parentccd8b0380afdaec7402f7f17897e7b2ea504ac8a (diff)
Merge branch 'main' of marcelus.net:runninggags
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
index 3172af1..d994518 100644
--- a/style.css
+++ b/style.css
@@ -48,6 +48,15 @@ nav a:hover{
color: #ffffff;
}
+.content h2 {
+ width: fit-content;
+ margin: auto;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ background-color: #222b;
+ box-shadow: 0px 0px 5px 5px #222b;
+}
+
.button{
margin-top: 5px;
margin-right: auto;
@@ -133,6 +142,10 @@ div.zikos:nth-child(even) .desc{
align-items: center;
}
+.date-desc {
+ text-align: left;
+}
+
.return{
margin: auto;
border-width: 3px;