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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hutchinson <hutch7995@gmail.com>2018-04-16 06:02:40 +0300
committerJoseph Hutchinson <hutch7995@gmail.com>2018-04-16 06:02:40 +0300
commit584ad7c2abd3d33d487eae9c664c4176f8f86c38 (patch)
tree0eba3ee0a2193963d6665b07004c26b0a87eba42
parentb2bfcab66685d504548e353381fc1a859927ff00 (diff)
tweak
-rw-r--r--static/css/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index e06e1fd..813a698 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -72,6 +72,7 @@ img {
}
.content {
max-width: 40em;
+ width: 100%;
}
.list-header {
margin: 2.5em 0;
@@ -135,13 +136,14 @@ img {
margin: 1em 0;
}
.pagination-nav {
- margin: 2em;
+ margin: 2em 0;
display: flex;
flex-direction: row;
}
.side-gutter {
- margin-left: 0.7em !important;
- margin-right: 0.7em !important;
+ padding-left: 0.7em !important;
+ padding-right: 0.7em !important;
+ box-sizing: border-box !important;
}
blockquote {
border-left: 0.3em solid #D1D1D1;