Added custom css for the about page
This commit is contained in:
parent
915b499b00
commit
683dd93aa3
2 changed files with 4 additions and 0 deletions
3
assets/static/sass/_about.sass
Normal file
3
assets/static/sass/_about.sass
Normal file
|
@ -0,0 +1,3 @@
|
|||
body.home
|
||||
img
|
||||
border-radius: 12px
|
|
@ -3,6 +3,7 @@
|
|||
@import ./mixins
|
||||
@import ./grid
|
||||
@import ./layout
|
||||
@import ./about
|
||||
@import ./blog
|
||||
@import ./portfolio
|
||||
@import ./table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue