diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 977bc27..7d0fc1d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -4,12 +4,19 @@ body { } +/* This is for mobile devices and the size of the youtube video */ iframe { max-width: 100%; } +/* Better color for linked headers */ h1 a, h2 a, h3 a { color: #333; } + +/* Position the irssi logo */ +.navbar-brand img { + margin-top: -14px; +} |