diff options
Diffstat (limited to 'resources/style.css')
-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; } |