Commit 7c8640b7b05a7c3071693ebd6fdd6304fa3c9113
1 parent
e0280ba0c4
Exists in
master
and in
1 other branch
mobile view set
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pages/caricatures.html
... | ... | @@ -241,7 +241,7 @@ |
241 | 241 | <div class="card" style="width:100%;border-radius: 6px;"> |
242 | 242 | <label style="padding: 0;" class="thumbnail radius-border stage-thumbnail cursor rotate-card"> |
243 | 243 | <img class="card-img-top" src="images/dharamshala_3.png" style="width:100%"> |
244 | - <span style="padding: 0 0 0 33%;">Invest Edition</span> | |
244 | + <span style="display:block; text-align:center;">Invest Edition</span> | |
245 | 245 | <div class="card-block"> |
246 | 246 | <div class="pull-left"> |
247 | 247 | <label class="card-title">Dharamsala</label><br> |
... | ... | @@ -270,7 +270,7 @@ |
270 | 270 | </div> --> |
271 | 271 | </label> |
272 | 272 | <div class="clearfix"></div> |
273 | - <div style="padding: 0 0 0 33%;border-top: 1px solid rgba(0, 0, 0, .05) !important;"> | |
273 | + <div style="display:block; text-align:center;border-top: 1px solid rgba(0, 0, 0, .05) !important;"> | |
274 | 274 | <label style="padding-top: 3px;"><b style="color: #46b8da;">Invite Only</b></label> |
275 | 275 | </div> |
276 | 276 | </div> | ... | ... |