app
This commit is contained in:
@@ -42,7 +42,8 @@ h1 {
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
h2,
|
||||
h3 {
|
||||
color: #62757f;
|
||||
letter-spacing: 0.1em;
|
||||
margin-top: 2em;
|
||||
@@ -52,6 +53,11 @@ h1 {
|
||||
font-weight: 200;
|
||||
}
|
||||
h2 {
|
||||
line-height: 120%;
|
||||
font-size: x-large;
|
||||
font-weight: 300;
|
||||
}
|
||||
h3 {
|
||||
margin-top: 0px;
|
||||
font-size: large;
|
||||
font-weight: 400;
|
||||
@@ -110,3 +116,18 @@ table table td > div {
|
||||
margin-top: auto;
|
||||
background-color: #62757f;
|
||||
}
|
||||
|
||||
.form {
|
||||
margin: 0px auto;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.choice {
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
table.choice td {
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user