mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
wrap article headers so they don't extend past the body width
This commit is contained in:
parent
def13d8a93
commit
1718cfb547
1 changed files with 5 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ header.primary {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: @weight-thin;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -312,6 +313,10 @@ body.projects:not(.index) .container {
|
|||
* Posts
|
||||
*/
|
||||
|
||||
article header h2 {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
ul.audio li {
|
||||
height: 2rem;
|
||||
margin: 0.5rem 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue