Some minor CSS improvements
- Removes unit if value is 0 - Uses shorthand notation where possible Signed-off-by: Michael Rosenberger <mr@simpelwebservice.de>
This commit is contained in:
@@ -12,11 +12,8 @@
|
||||
padding: 0;
|
||||
}
|
||||
article {
|
||||
|
||||
margin-top:20%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-bottom:12px;
|
||||
|
||||
margin: 20% auto 12px;
|
||||
width:500px;
|
||||
min-height: 70px;
|
||||
padding: 1em;
|
||||
|
||||
Reference in New Issue
Block a user