Added minutes and milestones to the website.

This commit is contained in:
2017-10-30 19:38:09 -04:00
parent 65ba554c0d
commit 041942b90c
3 changed files with 81 additions and 7 deletions

View File

@@ -28,6 +28,14 @@ body {
background-size: cover;
}
*/
h2{
font-size: 1.25em;
}
h3{
font-size: 1em;
}
body{
background: darkgreen;
font-family: Serif;
@@ -103,6 +111,12 @@ div.content h1{
color: white;
}
div.card h3{
margin-top: 0.75em;
margin-bottom: 0.75em;
text-align: center;
}
div.card form{
padding: 25px;