mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:05:06 +03:00
Divider broke layout, fixed
This commit is contained in:
parent
0735c2a68f
commit
44db79aabc
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<hr class="careers-divider">
|
<hr class="careers-divider">
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@media only screen and (min-width: 600px) {
|
@media only screen and (min-width: 600px) {
|
||||||
|
@ -22,7 +20,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
|
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
|
||||||
<h3 class="mb-4">Current job openings</h3>
|
<h3 class="mb-4">Current <span class="teal">job openings</span></h3>
|
||||||
<p class="mb-4">The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, we’re brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.</p>
|
<p class="mb-4">The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, we’re brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.</p>
|
||||||
<div class="accordion" id="accordionExample">
|
<div class="accordion" id="accordionExample">
|
||||||
<div class="accordion-item">
|
<div class="accordion-item">
|
||||||
|
|
Loading…
Reference in a new issue