mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-06-05 22:19:18 +02:00
scss fixes and header text wrapping goodness
This commit is contained in:
@@ -18,20 +18,21 @@
|
||||
width: -webkit-max-content;
|
||||
width: -ms-max-content;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
margin-bottom: _size(element-margin);
|
||||
|
||||
> :first-child {
|
||||
margin-bottom: 0;
|
||||
width: calc(100% + 0.5em);
|
||||
margin-bottom: 0;
|
||||
width: calc(100% + 0.5em);
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
background-color: _palette(fg-bold);
|
||||
display: block;
|
||||
height: 2px;
|
||||
margin: 0.325em 0 0.5em 0;
|
||||
width: 100%;
|
||||
}
|
||||
&:after {
|
||||
content: '';
|
||||
background-color: _palette(fg-bold);
|
||||
display: block;
|
||||
height: 2px;
|
||||
margin: 0.325em 0 0.5em 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
> p {
|
||||
@@ -66,4 +67,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user