fix(cv): adjust mobile captcha and contact info spacing and font sizes
Made-with: Cursormaster
parent
d7cbcae106
commit
71256a83f1
|
|
@ -343,7 +343,7 @@ body {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 8pt;
|
font-size: 6pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.segment_header_middle {
|
.segment_header_middle {
|
||||||
|
|
@ -402,6 +402,14 @@ body {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.captcha-input {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.captcha-input, .captcha-button {
|
.captcha-input, .captcha-button {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 7pt;
|
font-size: 7pt;
|
||||||
|
|
@ -429,7 +437,7 @@ body {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
font-size: 7pt;
|
font-size: 4pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.segment_header_middle {
|
.segment_header_middle {
|
||||||
|
|
@ -446,6 +454,7 @@ body {
|
||||||
|
|
||||||
.segment_description_general {
|
.segment_description_general {
|
||||||
font-size: 6.5pt;
|
font-size: 6.5pt;
|
||||||
|
margin: 6px 6px 6px 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -490,6 +499,19 @@ body {
|
||||||
font-size: 7pt;
|
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 {
|
.captcha-input, .captcha-button {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 6pt;
|
font-size: 6pt;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue