mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-28 10:47:11 +02:00
Added custom styling
This commit is contained in:
parent
1daf2b2a8e
commit
00b3e1093f
6
sass/custom.scss
Normal file
6
sass/custom.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
.post {
|
||||
img {
|
||||
border: 2px solid;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
|
@ -6,3 +6,5 @@
|
|||
@import 'post';
|
||||
@import 'pagination';
|
||||
@import 'footer';
|
||||
|
||||
@import 'custom';
|
Loading…
Reference in a new issue