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

31 lines
644 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
.experience__website
display: inline-block
margin-bottom: 2px
.experience__role
font-style: italic
margin-bottom: 10px
.experience--with-logo
2016-03-10 21:30:15 +00:00
.experience__logo
2016-03-17 08:44:33 +00:00
@extend .pull-right
2016-04-19 06:58:33 +00:00
margin: 3px 0 20px 20px
2016-04-18 23:56:40 +00:00
max-width: 25%
@include breakpoint($screen-sm-min)
2016-04-19 06:58:33 +00:00
max-width: 20%
2016-04-18 23:56:40 +00:00
@include breakpoint($screen-md-min)
2016-04-19 06:58:33 +00:00
max-width: 15%