mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): vertically align the text within the select elements (#52744)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
parent
0195a4aa4a
commit
81ae7a8cf6
@ -216,7 +216,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -226,7 +225,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -259,7 +257,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -226,7 +226,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -236,7 +235,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -269,7 +267,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -202,7 +202,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -212,7 +211,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -245,7 +243,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -214,7 +214,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -224,7 +223,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -257,7 +255,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -216,7 +216,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -226,7 +225,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -259,7 +257,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -210,7 +210,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -220,7 +219,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -253,7 +251,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -222,7 +222,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -232,7 +231,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -265,7 +263,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -240,7 +240,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -250,7 +249,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -283,7 +281,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -222,7 +222,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -232,7 +231,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -265,7 +263,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -214,7 +214,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -224,7 +223,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -257,7 +255,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -208,7 +208,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -218,7 +217,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -251,7 +249,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -210,7 +210,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -220,7 +219,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -253,7 +251,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -228,7 +228,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -238,7 +237,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -271,7 +269,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -226,7 +226,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -236,7 +235,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -269,7 +267,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -226,7 +226,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -236,7 +235,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -269,7 +267,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -220,7 +220,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -230,7 +229,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -263,7 +261,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -222,7 +222,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -232,7 +231,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -265,7 +263,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -222,7 +222,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -232,7 +231,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -265,7 +263,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -222,7 +222,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -232,7 +231,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -265,7 +263,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -202,7 +202,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -212,7 +211,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -245,7 +243,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -228,7 +228,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -238,7 +237,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -271,7 +269,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -226,7 +226,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -236,7 +235,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -269,7 +267,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -205,7 +205,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -215,7 +214,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -248,7 +246,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -234,7 +234,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -244,7 +243,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -277,7 +275,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -240,7 +240,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -250,7 +249,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -283,7 +281,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -222,7 +222,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -232,7 +231,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -265,7 +263,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -208,7 +208,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -218,7 +217,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -251,7 +249,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -202,7 +202,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -212,7 +211,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -245,7 +243,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -203,7 +203,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -213,7 +212,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -246,7 +244,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -228,7 +228,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -238,7 +237,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -271,7 +269,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -208,7 +208,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -218,7 +217,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -251,7 +249,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -226,7 +226,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -236,7 +235,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -269,7 +267,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -220,7 +220,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -230,7 +229,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -263,7 +261,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -231,7 +231,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -241,7 +240,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -274,7 +272,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -204,7 +204,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -214,7 +213,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -247,7 +245,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -204,7 +204,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -214,7 +213,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -247,7 +245,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -202,7 +202,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -212,7 +211,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -245,7 +243,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -214,7 +214,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -224,7 +223,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -257,7 +255,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -216,7 +216,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -226,7 +225,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -259,7 +257,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -216,7 +216,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -226,7 +225,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -259,7 +257,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -214,7 +214,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -224,7 +223,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -257,7 +255,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -216,7 +216,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -226,7 +225,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -259,7 +257,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
@ -576,7 +574,6 @@ main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@ -586,7 +583,6 @@ h2 {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 15px auto;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
}
|
||||
@ -619,7 +615,7 @@ select {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user