diff --git a/src/styles/general.scss b/src/styles/general.scss index 3f93e0d..0987852 100644 --- a/src/styles/general.scss +++ b/src/styles/general.scss @@ -343,7 +343,7 @@ body { width: 120px; height: 150px; padding: 10px; - font-size: 8pt; + font-size: 6pt; } .segment_header_middle { @@ -402,6 +402,14 @@ body { font-size: 8pt; } + form { + margin-top: 8px; + } + + .captcha-input { + margin-bottom: 8px; + } + .captcha-input, .captcha-button { padding: 5px; font-size: 7pt; @@ -429,7 +437,7 @@ body { width: 90px; height: 110px; padding: 8px; - font-size: 7pt; + font-size: 4pt; } .segment_header_middle { @@ -446,6 +454,7 @@ body { .segment_description_general { font-size: 6.5pt; + margin: 6px 6px 6px 14px; } } @@ -490,6 +499,19 @@ body { font-size: 7pt; } + a { + padding-left: 20.5px; + padding-right: 20.5px; + } + + form { + margin-top: 2px; + } + + .captcha-input { + margin-bottom: 2px; + } + .captcha-input, .captcha-button { padding: 4px; font-size: 6pt;