summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index d6e84e2..9126d87 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -36,19 +36,35 @@ body {
font-size: 16px;
text-align: center;
line-height: 1.2;
+ margin-left: 0;
+ margin-right: 0;
}
.container {
+ background: #fffaef;
text-align: left;
- margin: 1em;
+ padding: 1em;
+ padding-bottom: 1.4em;
min-width: 40%;
+ box-shadow: 0px 4px 0px rgba(0, 0, 0, .5);
+}
+
+.center-container {
+ text-align: center;
+ width: 80%;
+ max-width: 500px;
+ margin: 0 auto;
+}
+
+.center-container .crumbs {
+ padding-left: 0;
}
@media only screen and (min-width: 700px) {
.container {
border: 1px DarkSlateGrey dotted;
border-radius: 4px;
- box-shadow: 4px 4px 0px DarkSlateGrey;
+ box-shadow: 4px 4px 0px rgba(0, 0, 0, .5);
padding: 2em;
max-width: 40em;
margin: 0 auto;