Add maximum width for social link list in footer

According to the Material Design 3 guidelines, the ideal line length is
between 40 and 60 characters [1]. As the list of social links in the
footer has become wide, we will simply wrap it to 60 characters here.

Links:
[1]: https://m3.material.io/foundations/layout/applying-layout/window-size-classes#:~:text=ideal%20line%20length%20for%20text%20is%2040%2D60%20characters
This commit is contained in:
sandbank52641 2023-12-29 15:58:45 +01:00 committed by Daniel Micay
parent 1e5420b53d
commit e1b874140f

View File

@ -239,6 +239,7 @@ footer a, footer a:visited {
margin-top: 2em;
padding: 0;
list-style-type: none;
max-inline-size: 60ch;
}
#social li {