Refactor components and styles.

This commit is contained in:
Mike Cao 2020-08-03 18:12:28 -07:00
parent c5599f1e20
commit a2db27894f
16 changed files with 189 additions and 184 deletions

View file

@ -9,6 +9,7 @@ body {
width: 100%;
height: 100%;
box-sizing: border-box;
background: #fafafa;
}
*,
@ -24,8 +25,14 @@ body {
height: 100%;
}
a,
a:active,
a:visited {
color: #2680eb;
}
header a {
color: #000;
color: #000 !important;
text-decoration: none;
}
@ -44,6 +51,14 @@ select {
border-radius: 4px;
}
main {
background: #fff;
}
.container {
padding: 0 20px;
}
.row {
margin-right: 0;
margin-left: 0;