This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/pages/_experience.sass

32 lines
662 B
Sass
Raw Normal View History

2016-03-10 21:30:15 +00:00
.experience
2016-04-09 19:51:24 +00:00
+clearfix
2016-04-19 06:58:33 +00:00
margin-bottom: $padding-large-vertical * 2
position: relative
2015-11-07 08:43:30 +00:00
2016-04-19 06:58:33 +00:00
h2
margin-top: 0
@include breakpoint(max-width $screen-tablet)
font-size: 1.5em
2016-04-21 10:37:17 +00:00
&__website
2016-04-19 06:58:33 +00:00
display: inline-block
margin-bottom: 2px
2016-04-21 10:37:17 +00:00
&__role
2016-04-19 06:58:33 +00:00
font-style: italic
margin-bottom: 10px
.experience--with-logo
2016-04-21 10:37:17 +00:00
.experience
&__logo
@extend .pull-right
margin: 3px 0 20px 20px
max-width: 25%
2016-04-18 23:56:40 +00:00
2016-04-21 10:37:17 +00:00
@include breakpoint($screen-sm-min)
max-width: 20%
2016-04-18 23:56:40 +00:00
2016-04-21 10:37:17 +00:00
@include breakpoint($screen-md-min)
max-width: 15%