@@ -96,3 +96,16 @@ header{
color: $color2
}
+
+#block-views-block-slide-programme-block-1{
+ h3{
+ &::after{
+ display: inline-flex;
+ width: 60px;
+ height: 60px;
+ vertical-align: middle;
+ margin-left:20px;
+ @include labelOnline;
+ }
+}
@@ -5,6 +5,28 @@
margin: 0 auto 1.5rem auto;
+#info_prat_title{
+ position: relative;
+ position: absolute;
+ right: 0px;
+ top: 0px;
+ width: 50px;
+ height: auto;
+ @media screen and (min-width: 768px) {
+ right: -20px;
+ top: 10px;
+ width: 150px;
.geolocation-map-wrapper{
height: 400px;
.geolocation-map-container{
@@ -4,6 +4,21 @@
@media screen and (min-width: 768px) {
padding-top: 0rem;
+ h2{
+ right: 0;
+ width: 100px;
h3{
font-size: 1.5rem;
font-family: 'truenolight';
@@ -46,6 +46,6 @@
{% if label_hidden %}
{% for item in items %}
- <h2>{{ item.content }}</h2>
+ <h2 id="info_prat_title">{{ item.content }}</h2>
{% endfor %}
{% endif %}