diff options
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/body.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/body.css b/public/css/body.css index 140655b..b728d05 100644 --- a/public/css/body.css +++ b/public/css/body.css | |||
| @@ -49,12 +49,20 @@ main | |||
| 49 | { | 49 | { |
| 50 | display: none; | 50 | display: none; |
| 51 | } | 51 | } |
| 52 | section | ||
| 53 | { | ||
| 54 | margin: 10px 0; | ||
| 55 | } | ||
| 52 | section > h3 | 56 | section > h3 |
| 53 | { | 57 | { |
| 54 | padding: 15px; | 58 | padding: 15px; |
| 55 | margin: 0; | 59 | margin: 0; |
| 56 | text-align: center; | 60 | text-align: center; |
| 57 | } | 61 | } |
| 62 | section .fetch_articles | ||
| 63 | { | ||
| 64 | margin-left: 15px; | ||
| 65 | } | ||
| 58 | .login_form | 66 | .login_form |
| 59 | { | 67 | { |
| 60 | background-color: white; | 68 | background-color: white; |
