From 00b3e1093fecbf323f937f57b78450bb852e76ab Mon Sep 17 00:00:00 2001 From: Vincent Loupmon <6957532+Vloupmon@users.noreply.github.com> Date: Fri, 1 Apr 2022 18:28:00 +0200 Subject: [PATCH] Added custom styling --- sass/custom.scss | 6 ++++++ sass/style.scss | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 sass/custom.scss diff --git a/sass/custom.scss b/sass/custom.scss new file mode 100644 index 0000000..1cbb790 --- /dev/null +++ b/sass/custom.scss @@ -0,0 +1,6 @@ +.post { + img { + border: 2px solid; + border-radius: 8px; + } +} \ No newline at end of file diff --git a/sass/style.scss b/sass/style.scss index 3a289d7..da9675f 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -6,3 +6,5 @@ @import 'post'; @import 'pagination'; @import 'footer'; + +@import 'custom'; \ No newline at end of file