0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Bug Fix: Dashboard now has correct bottom padding

This commit is contained in:
Matthew Harrison-Jones 2013-08-01 13:34:14 +01:00
parent bca0f86b05
commit 781ef73e05

View file

@ -32,6 +32,10 @@
Widget Base
========================================================================== */
.js-widget-container {
padding-bottom: 15px;
}
%widget, .widget {
width: 340px;
height: 300px;