diff options
author | Guillermo Ramos | 2020-02-14 10:02:59 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-14 10:02:59 +0100 |
commit | bd2f7d90548ac7258bd291cb7400b03fd78f2b3c (patch) | |
tree | 250984ec8f4467e9041061d84649e4c3b895c451 /assets/css | |
parent | ae42f0f07d2cfe9d3b184e4a2b0bd9f8da8ad9db (diff) | |
download | waev-bd2f7d90548ac7258bd291cb7400b03fd78f2b3c.tar.gz |
Pagination
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/app.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 6b5c4a6..8b221d0 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -50,12 +50,15 @@ body { } .row { - margin-top: 6px; + margin-top: 4px; display: flex; - align-items: center; + flex-direction: row; /* Milligram only does this in mid-big screens */ } .row--padded { - margin-top: 12px; + margin-top: 10px; +} +.row-center { + justify-content: center } .row-left { flex-direction: row; |