Portfolio
* Added lektor htmlmin plugin * Improved sass grid * Little update in contact page * Added featherlight lightbox for project details screenshots * Only loading lightbox libraries if needed * Portfolio content review from migration
This commit is contained in:
parent
ea7ea8cc69
commit
a3262ea645
149 changed files with 987 additions and 22 deletions
|
@ -21,16 +21,16 @@ $pad: 20px
|
|||
padding-right: 0
|
||||
|
||||
.col-2-3
|
||||
width: 66.66%
|
||||
width: 66%
|
||||
|
||||
.col-1-3
|
||||
width: 33.33%
|
||||
width: 33%
|
||||
|
||||
.col-1-2
|
||||
width: 50%
|
||||
width: 49%
|
||||
|
||||
.col-1-4
|
||||
width: 25%
|
||||
width: 24%
|
||||
|
||||
.col-1-8
|
||||
width: 12.5%
|
||||
|
|
9
assets/static/sass/_portfolio.sass
Normal file
9
assets/static/sass/_portfolio.sass
Normal file
|
@ -0,0 +1,9 @@
|
|||
.project
|
||||
display: inline-block
|
||||
width: 49%
|
||||
|
||||
img
|
||||
max-height: 250px
|
||||
|
||||
&.project-work-sites
|
||||
width: 24%
|
|
@ -4,5 +4,6 @@
|
|||
@import ./grid
|
||||
@import ./layout
|
||||
@import ./blog
|
||||
@import ./portfolio
|
||||
@import ./table
|
||||
@import ./syntax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue