oliverdavies.uk/assets/sass/pages/_experience.sass

28 lines
481 B
Sass
Raw Normal View History

2017-07-17 21:17:49 +01:00
@import '../mixins'
2017-05-21 22:04:57 +01:00
2017-04-16 01:29:47 +01:00
.experience-item
2017-07-25 20:37:31 +01:00
// margin-bottom: $padding-large-vertical * 3
2016-05-28 09:29:47 +01:00
+clearfix
2015-11-07 08:43:30 +00:00
2017-04-16 01:29:47 +01:00
.experience-item-website
margin-bottom: 2px
2017-03-13 07:14:17 +00:00
2017-04-16 01:29:47 +01:00
.experience-item-role
margin-bottom: .625rem
2016-04-19 07:58:33 +01:00
2017-04-16 01:29:47 +01:00
.experience-item-logo
2017-04-25 07:43:08 +01:00
float: right
margin: 25px 0 1em 1.5em
max-width: 25%
+from(500px)
max-width: 20%
+desktop
max-width: 15%
2016-04-19 07:58:33 +01:00
2016-10-09 21:07:02 +01:00
img
height: auto
width: 100%
2017-04-16 01:29:47 +01:00
.experience-item-description p:last-of-type
margin-bottom: 0