aboutsummaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-03 23:45:23 +0100
committercodecalm <codecalm@gmail.com>2020-03-04 15:45:23 +0100
commit0690fb8c4d1dc1e14e6920e2b7983dfb57751ffe (patch)
tree6fc5e70332005474821595150584bb824d94cdf7 /style.scss
parentcloud icons (diff)
downloadtabler-icons-0690fb8c4d1dc1e14e6920e2b7983dfb57751ffe.tar.xz
next part of icons
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index c64506d..11bcd0a 100644
--- a/style.scss
+++ b/style.scss
@@ -12,6 +12,8 @@ $hover: rgba(0, 0, 0, .04);
* {
box-sizing: border-box;
+ margin: 0;
+ padding: 0;
}
html {
@@ -39,7 +41,11 @@ a {
.container {
max-width: 60rem;
margin: 0 auto;
- padding: 1rem
+ padding: 1rem;
+
+ @media (max-width: #{$breakpoint}) {
+ padding: 0;
+ }
}
.row {
@@ -71,6 +77,11 @@ a {
padding: 2rem;
background: #ffff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1);
+
+ @media (max-width: #{$breakpoint}) {
+ padding: .5rem;
+ box-shadow: none;
+ }
}
.icon-title {