diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/head.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/includes/head.php b/includes/head.php index c0a614b..c5e5287 100644 --- a/includes/head.php +++ b/includes/head.php @@ -150,6 +150,23 @@ width: 24px; height: 24px; } + + .form { + text-align: center; + } + + .form input { + font-size: 1em; + margin-top: 1em; + border-radius: 3em; + box-sizing: border-box; + padding: 0.5em; + border: 0; + } + + .form .description { + display: none; + } </style> <meta charset="utf-8" /> |