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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-19 10:55:10 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-19 10:55:10 +0300
commitac79d6c8465d745d74ceda6b4f2c8e1f082bcb38 (patch)
tree0e27ff32b221a74b046d7aac95313399807faad5
parentf6f1c774b2f336d80b9bf2cffd029d1ddb99b339 (diff)
finished mobile version
-rw-r--r--static/css/mobile.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/static/css/mobile.css b/static/css/mobile.css
index 228ba1a..1fe7945 100644
--- a/static/css/mobile.css
+++ b/static/css/mobile.css
@@ -60,7 +60,21 @@
margin: 0;
}
- .top-nav h3, img, text {
+ .attention-message {
+ display: none;
+ }
+
+ .top-nav h3, .top-nav img, .top-nav text {
+ display: none;
+ }
+
+ .article-header-container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ .article-header div {
display: none;
}