Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2018-11-09 20:40:54 +0300
committerPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2018-11-09 20:40:54 +0300
commit008a18c257481f4997e7c7d8a8a5bcd0e73cdcdb (patch)
treefdc33b9d7fbec4b0e3e080e177601c2820225148
parentded464af9d8bb4f841b4b247e77edd23ce429e3a (diff)
100% width for images
-rw-r--r--assets/src/styles/_components/content.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/src/styles/_components/content.scss b/assets/src/styles/_components/content.scss
index 181908a..97f2c9d 100644
--- a/assets/src/styles/_components/content.scss
+++ b/assets/src/styles/_components/content.scss
@@ -12,6 +12,8 @@ body {
section {
figure {
+ margin: $itemMargin 0;
+
&.full {
left: 50%;
margin-left: -50vw;