Skip to content

Commit

Permalink
Improve home page layout on narrow screens (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreubotella authored Nov 23, 2023
1 parent ebeee29 commit 4dc720e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: home-layout.njk
---

# AndreuBotella.com
# Andreu<wbr>Botella<wbr>.com

Hi. I'm Andreu Botella (pronouns they/them), a web browser and standards
engineer working at [Igalia](https://igalia.com). I'm currently working on
Expand Down
8 changes: 8 additions & 0 deletions static/styles/home-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,11 @@ body {
padding: 0 30px;
}
}

@media (width <= 380px) {
#socials > dl {
margin-left: auto;
margin-right: auto;
width: min-content;
}
}

0 comments on commit 4dc720e

Please sign in to comment.