1
0
mirror of https://github.com/Foltik/Shimapan synced 2025-01-05 15:58:03 -05:00

Optimize margin statements

This commit is contained in:
Jack Foltz 2018-01-14 10:36:07 -05:00
parent 2120586fc0
commit b4acbee16d
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -58,8 +58,7 @@ fieldset:before {
border: 1px solid #999;
width: 226px;
padding: 12px 12px;
margin: auto;
margin-bottom: 5px;
margin: auto auto 5px;
}
button {
@ -70,8 +69,7 @@ button {
cursor: pointer;
display: block;
padding: 10px 30px;
margin: auto;
margin-top: 20px;
margin: 20px auto auto;
transition: background 0.25s, border-color 0.25s;
}