Better text wrapping in header/footer
This commit is contained in:
parent
c39c4d7f8a
commit
426bb7056f
1 changed files with 2 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ html {
|
||||||
/* semantic */
|
/* semantic */
|
||||||
header {
|
header {
|
||||||
background: var(--color-header-footer);
|
background: var(--color-header-footer);
|
||||||
|
text-wrap: wrap;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
@ -160,6 +161,7 @@ header {
|
||||||
footer {
|
footer {
|
||||||
background: var(--color-header-footer);
|
background: var(--color-header-footer);
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
text-wrap: wrap;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue