mirror of
https://github.com/Foltik/Shimapan
synced 2025-01-07 08:42:49 -05:00
Optimize margin statements
This commit is contained in:
parent
2120586fc0
commit
b4acbee16d
@ -58,8 +58,7 @@ fieldset:before {
|
|||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
width: 226px;
|
width: 226px;
|
||||||
padding: 12px 12px;
|
padding: 12px 12px;
|
||||||
margin: auto;
|
margin: auto auto 5px;
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@ -70,8 +69,7 @@ button {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 10px 30px;
|
padding: 10px 30px;
|
||||||
margin: auto;
|
margin: 20px auto auto;
|
||||||
margin-top: 20px;
|
|
||||||
transition: background 0.25s, border-color 0.25s;
|
transition: background 0.25s, border-color 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user