mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
24 lines
390 B
SCSS
24 lines
390 B
SCSS
// ===========================================================================
|
|
// MEDIA
|
|
|
|
|
|
|
|
/*
|
|
* A better looking default horizontal rule
|
|
*/
|
|
|
|
hr {
|
|
display: block;
|
|
margin: 1em 0;
|
|
border: 0 {
|
|
top: 1px solid $border-color;
|
|
}
|
|
padding: 0;
|
|
height: 1px;
|
|
}
|
|
|
|
/*
|
|
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
|
|
*/
|
|
|
|
img { vertical-align: middle; } |