mirror of
https://git.coop/cotech/website.git
synced 2025-12-18 09:47:31 +00:00
Wrap buttons in a switcher layout
This commit is contained in:
@ -201,6 +201,12 @@ section, footer {
|
||||
margin-block-start: var(--space, 1.4rem);
|
||||
}
|
||||
|
||||
.switcher {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: var(--space-sm) var(--space-lg);
|
||||
background: var(--cotech-white);
|
||||
|
||||
@ -11,8 +11,11 @@ layout: default
|
||||
|
||||
<img class="rounded" src="images/richard.jpg" alt="" />
|
||||
|
||||
<a class="btn" href="#">Hire our coops</a>
|
||||
<a class="btn" href="#">Join the network</a>
|
||||
|
||||
<div class="switcher">
|
||||
<a class="btn" href="#">Hire our coops</a>
|
||||
<a class="btn" href="#">Join the network</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="stack">
|
||||
|
||||
Reference in New Issue
Block a user