diff options
author | xengineering <me@xengineering.eu> | 2021-11-26 16:02:01 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-11-26 16:02:01 +0100 |
commit | 8a13b2ee623f1ce985361bea55cdacca9525be86 (patch) | |
tree | 24945b027a78a198d113bdf9e2be62edc6c8d9e4 | |
parent | f4111077f5afc3b6961760af95412a49a2131f85 (diff) | |
download | libweb-8a13b2ee623f1ce985361bea55cdacca9525be86.tar libweb-8a13b2ee623f1ce985361bea55cdacca9525be86.tar.zst libweb-8a13b2ee623f1ce985361bea55cdacca9525be86.zip |
Make Anchor Tags display: inline;
-rw-r--r-- | css/xengineering.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/xengineering.css b/css/xengineering.css index ae7943c..2b85d20 100644 --- a/css/xengineering.css +++ b/css/xengineering.css @@ -114,6 +114,7 @@ p { } a { + display: inline; margin-top: 1vh; margin-bottom: 1vh; text-decoration: none; |