0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #325 from matthojo/Dashboard-Padding

Bug Fix: Dashboard now has correct bottom padding
This commit is contained in:
Hannah Wolfe 2013-08-01 06:24:26 -07:00
commit 46ed73ee86

View file

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