Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhnvrm/bodhi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Verma <hello@rohanverma.net>2020-05-27 09:05:38 +0300
committerRohan Verma <hello@rohanverma.net>2020-05-27 09:05:38 +0300
commit566843740b2f62840a172a340004df9448846856 (patch)
tree11a7a2c0f5bc4d72f2bd863ce347ae0dc1f5dbb4
parent90f93258ad2275be3753407a419dd1a548210d45 (diff)
fix: change max-width to 600px
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index fd099d9..a297fc7 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -151,7 +151,7 @@ h5 {
#main {
min-height: 100%;
margin: 0 0 0 10px;
- min-width: 75%;
+ max-width: 600px;
padding: 1.5em;
padding-top: 0em;
border-left: 1px solid rgba(0, 0, 0, 0.1);