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