matheusfillipe | abd513e | 2021-05-11 03:29:11 -0300 | [diff] [blame] | 1 | body { |
2 | } | ||||
3 | #reload_captcha { | ||||
4 | display: inline; | ||||
5 | } | ||||
6 | #main_container { | ||||
7 | width: clamp(400px,70%,700px); | ||||
8 | margin-bottom: 200px; | ||||
matheusfillipe | 530fb61 | 2021-05-11 16:54:40 -0300 | [diff] [blame] | 9 | margin-top: 20px; |
matheusfillipe | abd513e | 2021-05-11 03:29:11 -0300 | [diff] [blame] | 10 | } |
Marc Kupietz | e5073d4 | 2023-03-04 14:15:40 +0100 | [diff] [blame] | 11 | |
12 | |||||
13 | .bg-my { | ||||
14 | background-color: #2F9C97; | ||||
15 | color: white; | ||||
16 | } |