utlitiy adjustment

This commit is contained in:
Thomas Smith 2022-10-18 17:33:02 -04:00
parent 6ec9958542
commit 885a2223a1
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
<div class="accordion-body two-boxes"> <div class="accordion-body two-boxes">
<p>Employment type: <span id="typeOne"></span></p> <p>Employment type: <span id="typeOne"></span></p>
<p>Department: <span id="deptOne"></span></p> <p>Department: <span id="deptOne"></span></p>
<p>Location: <span id="locOne"></span></p> <p class="one-box-down">Location: <span id="locOne"></span></p>
<hr> <hr>
<div id="descOne"></div> <div id="descOne"></div>
<div> <div>

View file

@ -20,7 +20,7 @@
} }
.one-box-down{ .one-box-down{
margin-bottom: 4.185vw; margin-bottom: 4.185vw !important;
} }
.two-boxes-down{ .two-boxes-down{