diff options
author | msquare <msquare@notrademark.de> | 2016-11-20 17:54:16 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-11-20 17:54:16 +0100 |
commit | 5ae328b2b1d46b25131e2755939bb326efcdc507 (patch) | |
tree | 65cc81107c92a44c786f5f08051b93ea4555fe61 /themes | |
parent | 409761ce4b2f919ca40aa8319a13473d9eb789ae (diff) |
hide event countdown for mobile clients
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.less | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/base.less b/themes/base.less index f105377f..713119ff 100644 --- a/themes/base.less +++ b/themes/base.less @@ -11,7 +11,14 @@ body { } .first { - margin-top: 20px; + margin-top: 30px; +} + +.text-big { + display: block; + font-size: 30px; + line-height: 30px; + margin: 0px; } .panel-primary .panel-heading a { |