Fix Experience spacing
This commit is contained in:
parent
5bb12f10c5
commit
bb43388a27
|
@ -3,11 +3,10 @@
|
|||
position: relative
|
||||
+clearfix
|
||||
|
||||
+breakpoint(max-width $screen-tablet)
|
||||
h2
|
||||
margin-top: 0
|
||||
|
||||
@include breakpoint(max-width $screen-tablet)
|
||||
font-size: 1.5em
|
||||
margin-top: 0
|
||||
|
||||
p:last-of-type
|
||||
margin-bottom: 0
|
||||
|
@ -24,7 +23,7 @@
|
|||
.experience
|
||||
&__logo
|
||||
@extend .pull-right
|
||||
margin: 0 0 2em 2em
|
||||
margin: 0 0 0 2em
|
||||
max-width: 20%
|
||||
|
||||
@include breakpoint($screen-md-min)
|
||||
|
|
Loading…
Reference in a new issue