add margin to VBS bottom

test
dan 2019-08-01 22:12:13 -06:00
parent 37155b3563
commit b366733a52
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
<div id="content-wrapper">
<div style="text-align: center; position: relative;">
<div style="position: absolute; width: 100%; height: 65%; top: 35%; background-color: white;"></div>
<div style="text-align: center; position: relative; margin-bottom: 15px;">
<div style="position: absolute; width: 100%; height: calc(65% + 15px); top: 35%; background-color: white;"></div>
<img src="assets/images/home-images/tiny/VBS_small.jpg" style="width:75%; max-width: 350px; position: relative; z-index: 1; box-shadow: 0 0 20px pink;" >
</div>