Bug 1578544 - Resize margins and heights. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D44533

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Erica Wright 2019-09-04 14:55:00 +00:00
parent d7d12d7186
commit af5cbc228f

View File

@ -26,7 +26,8 @@
} }
body { body {
margin-top: 82px; margin-top: 40px;
margin-bottom: 80px;
} }
body[focuseddatatype=social] { body[focuseddatatype=social] {
@ -211,14 +212,14 @@ a.hidden,
#graph-wrapper { #graph-wrapper {
width: 100%; width: 100%;
margin-top: 40px; margin-top: 30px;
margin-bottom: 25px; margin-bottom: 25px;
} }
#graph { #graph {
display: grid; display: grid;
grid: repeat(10, 1fr) max-content / repeat(7, 1fr); grid: repeat(10, 1fr) max-content / repeat(7, 1fr);
height: 175px; height: 130px;
margin-bottom: 10px; margin-bottom: 10px;
} }