mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 22:25:33 -04:00
underline <h2>s, solidify <hr>s
This commit is contained in:
@@ -14,6 +14,11 @@ div#content {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-bottom: 0.3em;
|
||||
border-bottom: 1px solid $color-kinda-light;
|
||||
}
|
||||
|
||||
img,
|
||||
figure {
|
||||
height: auto;
|
||||
|
@@ -43,13 +43,11 @@ blockquote {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
// https://css-tricks.com/examples/hrs/
|
||||
hr {
|
||||
width: 90%;
|
||||
margin: 1.5em auto;
|
||||
border: 0;
|
||||
height: 2px;
|
||||
background-image: linear-gradient(to right, #ffffff, #cccccc, #ffffff);
|
||||
border: 0;
|
||||
background-color: $color-light;
|
||||
}
|
||||
|
||||
// all code
|
||||
|
Reference in New Issue
Block a user