Site Icon: Improve vertical spacing in preview.

Props eliorivero.
Fixes #33038.



git-svn-id: https://develop.svn.wordpress.org/trunk@33332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-20 19:00:58 +00:00
parent dc90d4217c
commit b619b0c194
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
------------------------------------------------------------------------------*/
.site-icon-preview .favicon-preview {
margin-bottom: 20px;
margin: 5px 0 20px;
overflow: hidden;
position: relative;
max-width: 180px;
@ -33,4 +33,5 @@
height: 64px;
overflow: hidden;
width: 64px;
margin-top: 5px;
}