mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-weight: @weight-thin;
|
font-weight: @weight-thin;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
@ -312,6 +313,10 @@ body.projects:not(.index) .container {
|
||||||
* Posts
|
* Posts
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
article header h2 {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
ul.audio li {
|
ul.audio li {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
margin: 0.5rem 0;
|
margin: 0.5rem 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue