fix: Header too slim on mobile devices

This commit is contained in:
PapaTutuWawa 2022-05-31 17:53:49 +02:00
parent eb018b6717
commit 1e531f07b6

View File

@ -124,6 +124,10 @@ body {
font-size: x-large;
}
.header {
width: 100%;
}
#social-links td:nth-child(2) {
word-break: break-word;
}