parent
a89c270c84
commit
12aae75578
23 changed files with 199 additions and 126 deletions
31
assets/sass/experience.sass
Normal file
31
assets/sass/experience.sass
Normal file
|
@ -0,0 +1,31 @@
|
|||
@import '../../vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
|
||||
@import '../../vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/variables'
|
||||
@import 'mixins'
|
||||
|
||||
.experience-item
|
||||
margin-bottom: $padding-large-vertical * 3
|
||||
+clearfix
|
||||
|
||||
.experience-item-website
|
||||
display: inline-block
|
||||
margin-bottom: 2px
|
||||
|
||||
.experience-item-role
|
||||
color: $gray-light
|
||||
margin-bottom: .625rem
|
||||
|
||||
.experience-item-logo
|
||||
float: right
|
||||
margin: 25px 0 1em 1.5em
|
||||
max-width: 25%
|
||||
+from(500px)
|
||||
max-width: 20%
|
||||
+desktop
|
||||
max-width: 15%
|
||||
|
||||
img
|
||||
height: auto
|
||||
width: 100%
|
||||
|
||||
.experience-item-description p:last-of-type
|
||||
margin-bottom: 0
|
Loading…
Add table
Add a link
Reference in a new issue