mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
allow header elements to wrap for very small screens
This commit is contained in:
parent
77e23d492d
commit
a42d038993
@ -89,6 +89,8 @@ header p.professional-links a {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
nav a {
|
||||
margin-left: 1em;
|
||||
@ -105,5 +107,7 @@ header p.professional-links a {
|
||||
header p.professional-links a {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user