Skip to content
Snippets Groups Projects
Commit c21a4ecc authored by Milan's avatar Milan
Browse files

add width: 100% to the new livemapcovers

parent f73d180d
No related branches found
No related tags found
No related merge requests found
Pipeline #844 failed
......@@ -8,6 +8,10 @@ img {
max-width:99%;
}
img.livemapcover {
max-width: 100%;
}
.connectedchats {
padding: 3em;
margin-left: 3em;
......
......@@ -18,7 +18,7 @@
</p>
<div class="embed-responsive embed-responsive-16by9" id=techeth-map>
<div id="activate-techeth-map" style="cursor:pointer;">
<%= image_tag('home/index/techethlivemapcover.jpg', :class=>'embed-responsive-item') %>
<%= image_tag('home/index/techethlivemapcover.jpg', :class=>'embed-responsive-item livemapcover') %>
</div>
</div>
</div>
......@@ -30,7 +30,7 @@
</p>
<div class="embed-responsive embed-responsive-16by9" id=vip-map>
<div id="activate-vip-map" style="cursor:pointer;">
<%= image_tag('home/index/viplivemapcover.jpg', :class=>'embed-responsive-item') %>
<%= image_tag('home/index/viplivemapcover.jpg', :class=>'embed-responsive-item livemapcover') %>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment