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-09 19:53:05 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-09 19:53:05 +0300
commit06be1df1a20208a5ba862587aec8e80f6a1bc47a (patch)
treeab2834c34688e85dff2bdffbc9b782e843bf679b
parentea8f0c22452965f48eceee7292a636a163c718bc (diff)
improved visibilty on smaller devices
-rw-r--r--README.md5
-rw-r--r--themes/dj_blog/layouts/_default/single.html2
-rw-r--r--themes/dj_blog/static/css/default.css2
3 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index fd83ddd..4857c8e 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,4 @@ Furthermore I would like to thank [CrimsonRay](https://github.com/CrimsonRay), t
# TODO:
- Durchsichtige Kreis Hitboxen in SVG integrieren
- Ordnerstruktur verschieben
-- Playground: Datum weniger whitespace nach oben
-- markdownify Description
-- Banner mit orangenem Ausrufezeichen statt Datum ermöglichen
-- Handy Mindestbreite \ No newline at end of file
+- Banner mit orangenem Ausrufezeichen statt Datum ermöglichen \ No newline at end of file
diff --git a/themes/dj_blog/layouts/_default/single.html b/themes/dj_blog/layouts/_default/single.html
index b0af0c1..47c2c07 100644
--- a/themes/dj_blog/layouts/_default/single.html
+++ b/themes/dj_blog/layouts/_default/single.html
@@ -26,7 +26,7 @@
<div class="article-header-container lin-gradient">
<div class="article-header">
- <div class="publish-date" style="margin-top: 0px;">
+ <div class="publish-date" style="margin-top: 10px;">
<h3>{{ .Date.Format "02" }}</h3></br>{{ .Date.Format "January" | upper }}
</div>
<h1>{{ .Title }}</h1>
diff --git a/themes/dj_blog/static/css/default.css b/themes/dj_blog/static/css/default.css
index fb0b6d9..1ee7222 100644
--- a/themes/dj_blog/static/css/default.css
+++ b/themes/dj_blog/static/css/default.css
@@ -261,6 +261,7 @@
.article-header h1 {
font-weight: lighter;
font-size: 3.25em;
+ margin: 0;
}
#article-body {
@@ -442,6 +443,7 @@ li:before {
.wrapper {
position: relative;
min-height: 100%;
+ min-width: 600px;
height: auto !important;
}