buttons working but the duplication is horrible
This commit is contained in:
parent
a625c9e5bf
commit
7b227f1475
@ -29,11 +29,11 @@ draft = false
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<span
|
||||
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-5 w-50 mx-auto"
|
||||
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
|
||||
>
|
||||
<a
|
||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/"
|
||||
class="text-decoration-none"
|
||||
class="text-decoration-none text-light"
|
||||
target="_blank"
|
||||
>DEVELOP</a
|
||||
>
|
||||
@ -41,25 +41,25 @@ draft = false
|
||||
</div>
|
||||
<div class="col">
|
||||
<span
|
||||
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-5 w-50 mx-auto"
|
||||
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
|
||||
>
|
||||
<a
|
||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/"
|
||||
class="text-decoration-noe"
|
||||
class="text-decoration-none text-light"
|
||||
target="_blank"
|
||||
>MASTER</a
|
||||
>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row pb-2">
|
||||
<div class="col">
|
||||
<span
|
||||
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-5 w-50 mx-auto"
|
||||
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
|
||||
>
|
||||
<a
|
||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
|
||||
class="text-decoration-none"
|
||||
class="text-decoration-none text-light"
|
||||
target="_blank"
|
||||
>→ COVERAGE</a
|
||||
>
|
||||
@ -67,11 +67,11 @@ draft = false
|
||||
</div>
|
||||
<div class="col">
|
||||
<span
|
||||
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-5 w-50 mx-auto"
|
||||
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
|
||||
>
|
||||
<a
|
||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/"
|
||||
class="text-decoration-none"
|
||||
class="text-decoration-none text-light"
|
||||
target="_blank"
|
||||
>→ COVERAGE</a
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user