Skip to content

Commit 2924f63

Browse files
committed
remove svg display:block rule
1 parent 45079d0 commit 2924f63

File tree

6 files changed

+3
-26
lines changed

6 files changed

+3
-26
lines changed

dist/frow.css

-4
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,6 @@ p a {
262262
display: inline;
263263
}
264264

265-
svg {
266-
display: block;
267-
}
268-
269265
pre {
270266
margin: 0;
271267
}

dist/frow.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/frow.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/styles/frow.css

-4
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,6 @@ p a {
263263
display: inline;
264264
}
265265

266-
svg {
267-
display: block;
268-
}
269-
270266
pre {
271267
margin: 0;
272268
}

docs/styles/main.css

+1-12
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ input, textarea, select, button {
1010
font-family: 'Assistant', sans-serif;
1111
}
1212

13-
h1 {
14-
font-size: 50px;
15-
height: 52px;
16-
}
17-
1813
h1 svg {
1914
width: 120px;
2015
fill: #339BE8;
@@ -55,14 +50,8 @@ h6 {
5550

5651
/* MD, LG */
5752
@media (min-width: 992px) {
58-
.header.home h1 {
59-
font-size: 200px;
60-
height: 150px;
61-
}
62-
6353
.header.home h1 svg {
6454
width: 350px;
65-
margin-bottom: 20px;
6655
}
6756

6857
.header.home h2 {
@@ -77,7 +66,7 @@ h6 {
7766
font-size: 15px;
7867
}
7968
h1 {
80-
font-size: 50px;
69+
font-size: 10px;
8170
}
8271
h2 {
8372
font-size: 20px;

src/_scaffolding.sass

-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
a
4545
+anchor-rules
4646

47-
// SVGs
48-
svg
49-
display: block
50-
5147
// Pre
5248
pre
5349
margin: 0

0 commit comments

Comments
 (0)