From b9a5cc0c3550a384204b8a87103c024261d46bb6 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Fri, 17 Dec 2021 17:32:51 +0100 Subject: [PATCH] autoformatter --- static/styles.css | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/static/styles.css b/static/styles.css index 81f600b..017a99c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,23 +1,20 @@ -/* go wild ... */ - * { - border: 1px solid red; + border: 1px solid red; } body { -/* height: 1000px;*/ + /* height: 1000px;*/ } -div.container{ - max-width: 100%; +div.container { + max-width: 100%; } - div.forms { -/* padding-top: 24px;*/ - max-width: 50%; - float: left; - display: inline; + /* padding-top: 24px;*/ + max-width: 50%; + float: left; + display: inline; } div.iframe { @@ -25,29 +22,32 @@ div.iframe { height: 480px; display: inline-block; border: 2px solid blue; - } ul li { - list-style:none; + list-style: none; } -#title, #author, #comments, #timestamp, #tags { +#title, +#author, +#comments, +#timestamp, +#tags { display: flex; } form.metafields { - padding: 12px; - background-color: gainsboro; + padding: 12px; + background-color: gainsboro; } iframe { position: relative; - height: 100%; - width: 100%; + height: 100%; + width: 100%; } object { - max-height: 100%; + max-height: 100%; max-width: 100%; -} \ No newline at end of file +}