31 lines
644 B
Sass
31 lines
644 B
Sass
.experience
|
|
+clearfix
|
|
margin-bottom: $padding-large-vertical * 2
|
|
position: relative
|
|
|
|
h2
|
|
margin-top: 0
|
|
|
|
@include breakpoint(max-width $screen-tablet)
|
|
font-size: 1.5em
|
|
|
|
.experience__website
|
|
display: inline-block
|
|
margin-bottom: 2px
|
|
|
|
.experience__role
|
|
font-style: italic
|
|
margin-bottom: 10px
|
|
|
|
.experience--with-logo
|
|
.experience__logo
|
|
@extend .pull-right
|
|
margin: 3px 0 20px 20px
|
|
max-width: 25%
|
|
|
|
@include breakpoint($screen-sm-min)
|
|
max-width: 20%
|
|
|
|
@include breakpoint($screen-md-min)
|
|
max-width: 15%
|