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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2019-12-18 19:01:26 +0300
committerAsur <asur@asurbernardo.com>2019-12-18 19:01:26 +0300
commit27c220d8683e3c2d4097553008fd3d26d1518e10 (patch)
tree716894dff4d7b786269949e5b79f28c9a9cef872
parent2482758ad1ec4aa4026c29711cd327c9fc19bc52 (diff)
Add min width and height to ads
-rw-r--r--assets/theme.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index bbfb417..cec5bf4 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -217,6 +217,10 @@ blockquote {
display: flex;
margin: 1rem auto;
align-content: center;
+ width: min-content;
+ height: min-content;
+ min-width: 320px;
+ min-height: 320px;
border: 1px solid #333;
&__fallback {
display: flex;