aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-02-08 18:15:32 +0100
committerarf20 <aruizfernandez05@gmail.com>2025-02-08 18:15:32 +0100
commit9b23b515e13283394dff5e06c72623bf95d53c39 (patch)
treeba62114fe7b2a717744fd0a73c910d7e5b225e74 /style.css
parentebd165845def40ecc6db9aa8a0eacbfc9a643d2d (diff)
downloadarfnet2-web-9b23b515e13283394dff5e06c72623bf95d53c39.tar.gz
arfnet2-web-9b23b515e13283394dff5e06c72623bf95d53c39.zip
clean styling a bit
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/style.css b/style.css
index 8c0ea99..0f51239 100644
--- a/style.css
+++ b/style.css
@@ -24,9 +24,15 @@ body {
}
.title {
- font-size: 36px;
+ font-size: 36px;
vertical-align: middle;
font-family: fixedsys;
+ display: inline-block;
+}
+
+* {
+ vertical-align: middle;
+ max-width: 100%;
}
.navbar {