Tidy sass partials
This commit is contained in:
parent
a3470acdca
commit
aa20e7689e
10 changed files with 17 additions and 39 deletions
28
assets/sass/components/_page-experience.sass
Normal file
28
assets/sass/components/_page-experience.sass
Normal file
|
@ -0,0 +1,28 @@
|
|||
.experience
|
||||
margin-bottom: $padding-large-vertical * 3
|
||||
+clearfix
|
||||
|
||||
.inner
|
||||
flex: 1
|
||||
|
||||
&__website
|
||||
display: inline-block
|
||||
margin-bottom: 2px
|
||||
|
||||
&__role
|
||||
color: $gray-light
|
||||
margin-bottom: .625rem
|
||||
|
||||
&__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
|
Loading…
Add table
Add a link
Reference in a new issue