Skip to content

Commit

Permalink
Merge pull request #27 from neebooo/main
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink authored Feb 18, 2024
2 parents fd4469b + 041d832 commit 4c80fd4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/lib/components/organisms/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
</li>
<li>
<small>
<a href="https://github.com/languageXchange/languageXchange/contribute" target="_blank">Good First Issues</a>
<a href="https://github.com/languageXchange/languageXchange/contribute" target="_blank"
>Good First Issues</a
>
</small>
</li>
<li>
Expand Down Expand Up @@ -80,7 +82,8 @@

<style lang="scss">
footer {
height: 500px;
height: fit;
padding-bottom: 15px;
width: 100%;
background: linear-gradient(60deg, var(--color--waves-start) 0%, var(--color--waves-end) 100%);
display: grid;
Expand All @@ -99,10 +102,10 @@
.menu {
ul {
display: flex;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
justify-content: center;
gap: 20px;
list-style: none;
padding: 0;
margin: 0;
Expand Down

0 comments on commit 4c80fd4

Please sign in to comment.