Skip to content

Commit 0967cbb

Browse files
committed
Add baieattitude
1 parent e7e63dc commit 0967cbb

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

data/organizations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ fairdura:
8888
wilderauke:
8989
name: Wilde Rauke
9090
url: https://www.wilde-rauke.de
91+
baieattitude:
92+
name: Baie-Attitude
93+
url: https://www.baie-attitude.ch

source/_index.slim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ h3 id='organizations' class='mt-16 pt-8 mx-auto md:w-5/6 text-center tracking-ti
7474
p class='mt-2 mx-auto md:w-7/12 text-center md:leading-normal text-xl font-normal'
7575
= t("organizations.subtitle")
7676

77-
div class='mt-10 mx-auto md:w-5/6 grid grid-cols-3 md:grid-cols-6 gap-y-10'
77+
div class='mt-10 mx-auto px-4 grid grid-cols-3 md:grid-cols-8 gap-8'
7878
- data.organizations.each do |org, data|
7979
= link_to data.url, class: 'flex items-center no-underline', title: data.name
8080
= image_tag "https://cdn.csa-admin.org/logos/#{org}", class: 'size-16 md:size-24 mx-auto', alt: "#{data.name} (logo)", title: data.name
8181

8282

83-
h4 id='contact' class='mt-16 pt-8 mx-auto md:w-5/6 text-center text-xl md:text-3xl font-bold'
83+
h4 id='contact' class='mt-20 pt-8 mx-auto md:w-5/6 text-center text-xl md:text-3xl font-bold'
8484
= t("contact.title")
8585
p class='mt-4 mx-auto md:w-7/12 text-justify leading-normal text-lg'
8686
= I18n.t("contact.text", \

source/stylesheets/site.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,10 @@ strong {
643643
margin-top: 0.5rem;
644644
}
645645

646+
.mt-20 {
647+
margin-top: 5rem;
648+
}
649+
646650
.mt-24 {
647651
margin-top: 6rem;
648652
}
@@ -748,8 +752,8 @@ strong {
748752
gap: 1rem;
749753
}
750754

751-
.gap-y-10 {
752-
row-gap: 2.5rem;
755+
.gap-8 {
756+
gap: 2rem;
753757
}
754758

755759
.scroll-smooth {
@@ -823,6 +827,11 @@ strong {
823827
padding-right: 0.25rem;
824828
}
825829

830+
.px-4 {
831+
padding-left: 1rem;
832+
padding-right: 1rem;
833+
}
834+
826835
.px-6 {
827836
padding-left: 1.5rem;
828837
padding-right: 1.5rem;
@@ -1091,8 +1100,8 @@ strong {
10911100
grid-template-columns: repeat(3, minmax(0, 1fr));
10921101
}
10931102

1094-
.md\:grid-cols-6 {
1095-
grid-template-columns: repeat(6, minmax(0, 1fr));
1103+
.md\:grid-cols-8 {
1104+
grid-template-columns: repeat(8, minmax(0, 1fr));
10961105
}
10971106

10981107
.md\:flex-row {

0 commit comments

Comments
 (0)