Standardise experience item classes
This commit is contained in:
parent
27902e3974
commit
fe415f0619
7 changed files with 34 additions and 37 deletions
|
@ -3,3 +3,6 @@
|
|||
|
||||
.is-half
|
||||
width: 50%
|
||||
|
||||
.flex
|
||||
flex: 1
|
||||
|
|
|
@ -1,28 +1,25 @@
|
|||
.experience
|
||||
.experience-item
|
||||
margin-bottom: $padding-large-vertical * 3
|
||||
+clearfix
|
||||
|
||||
.inner
|
||||
flex: 1
|
||||
.experience-item-website
|
||||
display: inline-block
|
||||
margin-bottom: 2px
|
||||
|
||||
&__website
|
||||
display: inline-block
|
||||
margin-bottom: 2px
|
||||
.experience-item-role
|
||||
color: $gray-light
|
||||
margin-bottom: .625rem
|
||||
|
||||
&__role
|
||||
color: $gray-light
|
||||
margin-bottom: .625rem
|
||||
|
||||
&__logo
|
||||
margin-left: 1.5em
|
||||
margin-top: 25px
|
||||
max-width: 25%
|
||||
+desktop
|
||||
max-width: 15%
|
||||
.experience-item-logo
|
||||
margin-left: 1.5em
|
||||
margin-top: 25px
|
||||
max-width: 25%
|
||||
+desktop
|
||||
max-width: 15%
|
||||
|
||||
img
|
||||
height: auto
|
||||
width: 100%
|
||||
|
||||
p:last-of-type
|
||||
margin-bottom: 0
|
||||
.experience-item-description p:last-of-type
|
||||
margin-bottom: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue