mirror of
https://github.com/Foltik/Shimapan
synced 2025-01-05 15:58:03 -05:00
Optimize margin statements
This commit is contained in:
parent
2120586fc0
commit
b4acbee16d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user