diff options
| author | Julie Lala <jules@okfoc.us> | 2014-10-09 23:16:50 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-10-09 23:16:50 -0400 |
| commit | 0ec3787487db41dd5f5b904b70f61fac3b7da491 (patch) | |
| tree | 7abee79be59f93e8ae7b848f6c6c72af14959f90 /public/assets/stylesheets/app.css | |
| parent | 078155bd9e878fc634c560474126f3271c27429a (diff) | |
some css, set bg to white when noclipping into void
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 6aab60c..a15ea39 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -482,6 +482,9 @@ iframe.embed { width: 100%; border-top: 1px solid; } +.page h1:nth-child(2) { + margin-top: 40px; +} .page p { margin: 20px; |
