add margin to VBS bottom
parent
37155b3563
commit
b366733a52
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue