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