From e7f6aea08fba6121896d9c5984973bee3b274e88 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 2 Sep 2017 18:35:09 -0700 Subject: consistent panel sizes --- static/img/twitter-icon.png | Bin 0 -> 37178 bytes static/style/archive3k.css | 8 +++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 static/img/twitter-icon.png (limited to 'static') diff --git a/static/img/twitter-icon.png b/static/img/twitter-icon.png new file mode 100644 index 0000000..1cda2f7 Binary files /dev/null and b/static/img/twitter-icon.png differ diff --git a/static/style/archive3k.css b/static/style/archive3k.css index b69f679..1924835 100644 --- a/static/style/archive3k.css +++ b/static/style/archive3k.css @@ -83,12 +83,14 @@ footer h5 { padding-left: 2em; padding-right: 2em; } -.top-info-col > img { +.top-info-col img { width: 100%; + margin-bottom: 0.5em; } .panel-body > img { width: 100%; + margin-bottom: 0.8em; } .navbar-nav > li > a, .navbar-brand { @@ -99,6 +101,10 @@ footer h5 { .navbar { min-height: 2.5em !important; } +h1 { + margin-top: 1.5em; + margin-bottom: 1em; +} /* Change font */ -- cgit v1.2.3