diff options
author | davidovski <david@davidovski.xyz> | 2022-05-23 22:33:00 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-23 22:33:00 +0100 |
commit | b445849f81776c232790436f6633735bb5ca9880 (patch) | |
tree | 5cdda7d81509ef05cab1b9fcc39f4720b4b8bad4 | |
parent | 7d3e0e28e41609d3eb1cb1bd570290ec888a6f5c (diff) |
made width auto
-rw-r--r-- | resources/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/style.css b/resources/style.css index 68b5acb..2ab7e72 100644 --- a/resources/style.css +++ b/resources/style.css @@ -96,10 +96,12 @@ hr { border: 0; border-bottom: 2px solid #f58f44; } + .title { font-size: 45px; color: #f58f44; } + .small { font-size: 9px; padding: 0; @@ -144,7 +146,7 @@ pre { } .image { - width: 35%; + width: auto; float: right; } |