increased font size, cleaned css

This commit is contained in:
Vicky Steeves 2018-03-22 21:29:34 -04:00
parent cfa18042a6
commit 756e0ca641
1 changed files with 35 additions and 28 deletions

View File

@ -1,3 +1,29 @@
/**************** BODY ********************/
p {
color: #575c60;
font-size:1.07em;
}
li {
color: #575c60;
font-size:1.07em;
}
.text-muted {
color: #828a90;
}
.post-title{
color: #6695c4;
}
.face {
float: left;
padding-right: 1em;
}
/**************** NAV ********************/
.bg-dark{ .bg-dark{
background-color: #6695c4 !important; background-color: #6695c4 !important;
} }
@ -10,18 +36,6 @@
font-size: 1.07em; font-size: 1.07em;
} }
p {
color: #575c60;
}
li {
color: #575c60;
}
.text-muted {
color: #828a90;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
border-color: #575c60 #575c60 #fff; border-color: #575c60 #575c60 #fff;
} }
@ -30,15 +44,16 @@ li {
border-bottom: 1px solid #575c60; border-bottom: 1px solid #575c60;
} }
/**************** BUTTONS ********************/
.post-title{
color: #6695c4;
}
.btn .btn-lg .btn-success .btn-primary{ .btn .btn-lg .btn-success .btn-primary{
font-size:1em; font-size:1em;
} }
/**************** TAGS ********************/
.list-inline {
line-height: 2em;
}
.badge { .badge {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
@ -46,19 +61,11 @@ li {
font-size:1em; font-size:1em;
} }
.list-inline { /**************** RESUME TAB ********************/
line-height: 2em; .job {
} padding-top:10px;
.face {
float: left;
padding-right: 1em;
} }
.btn-outline-primary{ .btn-outline-primary{
border-color: #6695c4; border-color: #6695c4;
} }
.job {
padding-top:10px;
}