mirror of
https://github.com/ivabus/www
synced 2024-11-10 17:55:16 +03:00
Spacing on careers page
This commit is contained in:
parent
885a2223a1
commit
f2bb20c299
|
@ -30,10 +30,12 @@
|
|||
</h2>
|
||||
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body two-boxes">
|
||||
<p>Employment type: <span id="typeOne"></span></p>
|
||||
<p>Department: <span id="deptOne"></span></p>
|
||||
<p class="one-box-down">Location: <span id="locOne"></span></p>
|
||||
<hr>
|
||||
<div class="one-box-down">
|
||||
<p>Employment type: <span id="typeOne"></span></p>
|
||||
<p>Department: <span id="deptOne"></span></p>
|
||||
<p>Location: <span id="locOne"></span></p>
|
||||
</div>
|
||||
<hr class="one-box-down">
|
||||
<div id="descOne"></div>
|
||||
<div>
|
||||
<a href="" id="linkOne">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
.one-box-down{
|
||||
margin-bottom: 4.185vw !important;
|
||||
margin-bottom: 4.185vw;
|
||||
}
|
||||
|
||||
.two-boxes-down{
|
||||
|
|
Loading…
Reference in a new issue