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
path: root/assets
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2019-12-07 20:31:40 +0300
committerAsur <asur@asurbernardo.com>2019-12-07 20:31:40 +0300
commit8206cd98997fb31de1a07564c18a7674b11012a3 (patch)
tree94d93fd78f03ca704c7767fab37ce25e2529a5e4 /assets
parenta4d550ded8c924df95ebac37f8d39f5fee2b7836 (diff)
Improve social buttons distribution
Diffstat (limited to 'assets')
-rw-r--r--assets/styles.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/styles.scss b/assets/styles.scss
index a0963c7..74dacbc 100644
--- a/assets/styles.scss
+++ b/assets/styles.scss
@@ -250,9 +250,10 @@ table {
@media (max-width: 600px) {
.social-share {
width: 100%;
- justify-content: space-around;
+
+ justify-content: space-between;
amp-social-share {
- margin-top: 1.5em;
+ margin: 1.5em 0 0 0;
}
}
} \ No newline at end of file