mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-30 00:10:21 +02:00
fix ios safari error
This commit is contained in:
@@ -38,13 +38,13 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a class="btn" href="compare.html">See in action</a>
|
||||
<a
|
||||
class="btn"
|
||||
class="btn btn-outline"
|
||||
href="https://github.com/nicolas-cusan/destyle.css/blob/master/Readme.md"
|
||||
>
|
||||
Docs
|
||||
</a>
|
||||
<a class="btn" href="compare.html">Test & Compare</a>
|
||||
|
||||
<div class="social">
|
||||
<a href="https://github.com/nicolas-cusan/destyle.css/">
|
||||
|
16
style.css
16
style.css
@@ -49,7 +49,7 @@ body {
|
||||
padding-left: 30px;
|
||||
}
|
||||
.features li::before {
|
||||
content: '️️☑️';
|
||||
content: '☑️';
|
||||
position: absolute;
|
||||
top: 0.2em;
|
||||
left: 0;
|
||||
@@ -63,15 +63,21 @@ body {
|
||||
.btn {
|
||||
background-color: dodgerblue;
|
||||
color: #fff;
|
||||
padding: 0.8em 1.4em;
|
||||
padding: 0.7em 1.4em;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
border: 2px solid dodgerblue;
|
||||
}
|
||||
|
||||
.btn-outline {
|
||||
background-color: transparent;
|
||||
color: dodgerblue;
|
||||
}
|
||||
|
||||
.btn + .btn {
|
||||
margin-left: 10px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.social {
|
||||
@@ -83,14 +89,14 @@ body {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.social a:not(:last-child) {
|
||||
margin-right: 10px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
@media (min-width: 500px) {
|
||||
.social {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: 50px;
|
||||
margin-left: 40px;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user