From 1cafce23fb3a0a40d0e3ac34ec7f7bb0e5eed61e Mon Sep 17 00:00:00 2001 From: Siroco Date: Tue, 2 Apr 2019 20:09:26 +0200 Subject: [PATCH] Fix per_page=100 for items results. --- src/app/app.component.css | 8 ++++++-- src/app/app.component.html | 2 +- src/app/map-box/map-box.component.css | 4 +++- src/app/map-box/map-box.component.html | 1 + src/app/map-box/map-box.component.ts | 4 ++++ src/app/pages/pages.component.css | 6 +++--- src/app/wordpress.service.ts | 2 +- src/styles.css | 17 +++++++++++++++-- 8 files changed, 34 insertions(+), 10 deletions(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index 5989f0f..92f022b 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -14,6 +14,10 @@ div.title h3 span.tablet-term b {font-weight:bold;cursor:pointer;} div.title h3 span.tablet-term b:hover {transform:rotate(-45deg);opacity:0.6;} @media screen and (max-device-width: 720px) { - div.title {position:relative;width:100vw;padding:10px 0; background:#d52b1e;} - div.title h2 span {float:left;width:40%;margin:5px 5px;text-align:center;} + div.title {position:relative;width:100vw;padding:10px 0; background:#d52b1e;padding-bottom:30px;} + div.title h2 {display:inline-block;} + div.title h2 span {float:left;width:100%;text-align:center;margin:auto;background:none;} + div.title h2 span a {background:transparent;} + div.title h1 {width:100%;display:flex;flex-wrap:wrap;font-size:3rem;text-align:center;} + div.title h1 span {width:100%;} } diff --git a/src/app/app.component.html b/src/app/app.component.html index 34cd7ff..12987c2 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,5 +1,5 @@
-

Filtered by : {{filter.name}} x

+

Filtered by : {{filter.name}} x

Ticino Soundmap