Updated some Experience styling
This commit is contained in:
parent
32bfc1b6ac
commit
3ebe691f4c
2 changed files with 23 additions and 10 deletions
|
@ -1,17 +1,30 @@
|
|||
.experience
|
||||
+clearfix
|
||||
margin-bottom: $padding-large-vertical * 2
|
||||
position: relative
|
||||
|
||||
.experience__logo
|
||||
@extend .pull-right
|
||||
margin: 0 0 10px 10px
|
||||
max-width: 25%
|
||||
h2
|
||||
margin-top: 0
|
||||
|
||||
@include breakpoint($screen-sm-min)
|
||||
max-width: 20%
|
||||
@include breakpoint(max-width $screen-tablet)
|
||||
font-size: 1.5em
|
||||
|
||||
@include breakpoint($screen-md-min)
|
||||
max-width: 15%
|
||||
.experience__website
|
||||
display: inline-block
|
||||
margin-bottom: 2px
|
||||
|
||||
.experience__role
|
||||
font-style: italic
|
||||
margin-bottom: 10px
|
||||
|
||||
.experience--with-logo
|
||||
.experience__logo
|
||||
@extend .pull-right
|
||||
margin: 3px 0 20px 20px
|
||||
max-width: 25%
|
||||
|
||||
@include breakpoint($screen-sm-min)
|
||||
max-width: 20%
|
||||
|
||||
@include breakpoint($screen-md-min)
|
||||
max-width: 15%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue