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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-02-21 19:42:18 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-02-21 19:42:18 +0300
commit5effdd762bcbce631e8e3850cf2f714530d2e1c6 (patch)
treec5ad5de81aaed1d301158d15fb36cb3b6209156a /static
parent94e78d92d33af5842544ca33da61774a565d17d9 (diff)
Body full width on mobile
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 398b8c5..02155ea 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -281,7 +281,6 @@ img {
@media only screen and (max-width: 767px) {
body {
padding-top: 0px;
- width: 90%;
}
aside {
position: relative;