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-12 21:14:31 +0300
committerPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2018-11-12 21:14:31 +0300
commit158e2d8950fa0009c9d8dddd50ebcce2e29dfdff (patch)
tree79a6bd0494622fb74ca0aca8286263e357654984
parent8e5c17023876ecc58865a3fa5502d9b14734a207 (diff)
Bigger margins for video and Google Adsense
-rw-r--r--assets/src/styles/_components/content.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/src/styles/_components/content.scss b/assets/src/styles/_components/content.scss
index 12a4743..ca40b84 100644
--- a/assets/src/styles/_components/content.scss
+++ b/assets/src/styles/_components/content.scss
@@ -11,6 +11,11 @@ body {
}
section {
+ ins.adsbygoogle,
+ video {
+ margin: 5rem auto;
+ }
+
figure {
margin: $itemMargin 0;