Added custom styling

This commit is contained in:
Vincent Loupmon 2022-04-01 18:28:00 +02:00
parent 1daf2b2a8e
commit 00b3e1093f
2 changed files with 8 additions and 0 deletions

6
sass/custom.scss Normal file
View file

@ -0,0 +1,6 @@
.post {
img {
border: 2px solid;
border-radius: 8px;
}
}

View file

@ -6,3 +6,5 @@
@import 'post';
@import 'pagination';
@import 'footer';
@import 'custom';