diff --git a/index.html b/index.html index deb780f..cafe03f 100644 --- a/index.html +++ b/index.html @@ -65,8 +65,12 @@ -
- partners +
+ Placeholder + Placeholder + Placeholder + Placeholder + Placeholder

FAQ

diff --git a/sass/style.scss b/sass/style.scss index dac033d..3ca2f23 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -4,6 +4,9 @@ $col-white: #fff; $col-bg: #0b1b2e; $col-accent: #845368; + +/* Global */ + *, *:before, *:after { @@ -29,6 +32,12 @@ img { font-weight: bold; } +section { + padding-top: 3rem; +} + +/* Specific */ + footer { $logo-radius: 4.5em; position: relative; @@ -55,3 +64,14 @@ footer { background-color: $col-bg; } } + +section.partners { + display: flex; + justify-content: center; + flex-wrap: wrap; + + img { + width: clamp(20rem, 80vw, 0); + padding: 1.5em; + } +} diff --git a/static/placeholder-logo.svg b/static/placeholder-logo.svg new file mode 100644 index 0000000..e953d56 --- /dev/null +++ b/static/placeholder-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file