mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
remove all the clearfixes
This commit is contained in:
parent
ffad908c1f
commit
4b99faa63d
@ -5,7 +5,7 @@
|
||||
//
|
||||
|
||||
.comments
|
||||
@extend .clearfix, .textcenter
|
||||
@extend .textcenter
|
||||
font-size: $font-size-small
|
||||
font-style: italic
|
||||
color: $text-color-dimmed
|
||||
|
@ -69,6 +69,9 @@
|
||||
h1
|
||||
font-size: ceil($font-size-base * 2.5)
|
||||
|
||||
img:not(.teaser)
|
||||
margin-bottom: ($line-height-computed/2)
|
||||
|
||||
.teaser
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,.2)
|
||||
|
||||
@ -80,7 +83,6 @@
|
||||
/////////////////////////////////////
|
||||
|
||||
.entry-meta
|
||||
@extend .clearfix
|
||||
margin-top: ($line-height-computed*2)
|
||||
font-size: $font-size-small
|
||||
|
||||
@ -153,7 +155,7 @@
|
||||
/////////////////////////////////////
|
||||
|
||||
.goodie-actions
|
||||
@extend .clearfix, .aligncenter
|
||||
@extend .aligncenter
|
||||
max-width: 640px
|
||||
|
||||
p,
|
||||
@ -163,12 +165,6 @@
|
||||
.btn
|
||||
display: block
|
||||
|
||||
.download
|
||||
margin-top: ($line-height-computed/2)
|
||||
|
||||
@media $breakpoint2
|
||||
margin-top: 0
|
||||
text-align: right
|
||||
|
||||
// Masonry
|
||||
/////////////////////////////////////
|
||||
|
@ -42,7 +42,7 @@
|
||||
.subscribe
|
||||
margin: $line-height-computed auto
|
||||
p
|
||||
@extend .clearfix, .textcenter
|
||||
@extend .textcenter
|
||||
margin: 0
|
||||
|
||||
.btn
|
||||
|
@ -51,6 +51,11 @@
|
||||
.grid__col
|
||||
padding-top: 0
|
||||
|
||||
opacity: 0
|
||||
|
||||
.menu-open &
|
||||
opacity: 1
|
||||
|
||||
.nav-link
|
||||
@extend .category
|
||||
text-shadow: 0 1px 0 rgba(#fff, .5)
|
||||
|
Loading…
Reference in New Issue
Block a user