1
0
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:
Andrew Banchich
2017-05-16 20:28:50 -04:00
parent 63334bd3f3
commit 7f3d42b344
10 changed files with 22 additions and 4071 deletions

View File

@@ -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 @@
}
}
}
}
}