diff options
Diffstat (limited to 'configs/archive/hotosm2019/main.less')
-rw-r--r-- | configs/archive/hotosm2019/main.less | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/configs/archive/hotosm2019/main.less b/configs/archive/hotosm2019/main.less new file mode 100644 index 0000000..c8c4441 --- /dev/null +++ b/configs/archive/hotosm2019/main.less @@ -0,0 +1,22 @@ +@import "../../../assets/css/_structure.less"; + +.logo { + background-image: url(logo.png); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 120px; + margin: 20px 0 0 0; +} + +body.overview .panel-body { + text-align: center; +} + +body.overview .room .preview { + float: none; +} + +.panel-heading { + display: block; +}
\ No newline at end of file |