Skip to content

Commit

Permalink
fix: botton margin not default 0 on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Oct 22, 2017
1 parent 69ac890 commit e4c2f4e
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions _sass/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,18 @@ dl, dd, ol, ul, figure {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
%vertical-rhythm {
margin: $base-font-size / 2 0;
}

/**
* Basic styling
*/
html {
height: 100%;
}

body {
height: 100%;

::-moz-selection {
background: $select-color;
}
Expand All @@ -36,29 +30,16 @@ body {
}
}

/**
* Clearfix
*/
%clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}

.clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}

.left {
float: left;
}

.right {
float: right;
}
Expand All @@ -68,6 +49,7 @@ button {
outline: none;
background-color: transparent;
padding: 0;
margin: 0;
border-width: 0;
font-size: $base-font-size;
}

0 comments on commit e4c2f4e

Please sign in to comment.