Correcting box-sizing
This commit is contained in:
@@ -4,9 +4,12 @@ https://github.com/tomslominski/infinity-squared
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Set up */
|
/* Set up */
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -101,7 +104,7 @@ a, a:visited {
|
|||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
.form-item {
|
.form-item {
|
||||||
padding: 2%;
|
padding: 2% 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-width {
|
.full-width {
|
||||||
|
|||||||
Reference in New Issue
Block a user