mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
fix header wrap on phones
This commit is contained in:
parent
ffa63ffe36
commit
f5edad14b9
@ -93,7 +93,6 @@ header p.professional-links a {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
nav a {
|
nav a {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
@ -101,6 +100,8 @@ header p.professional-links a {
|
|||||||
|
|
||||||
header p.professional-links {
|
header p.professional-links {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
header hr {
|
header hr {
|
||||||
@ -110,7 +111,7 @@ header p.professional-links a {
|
|||||||
header p.professional-links a {
|
header p.professional-links a {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user