Skip to content

Commit

Permalink
Fixes some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Feb 29, 2016
1 parent edc12b2 commit 83ac0e5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ green

body{
color: #6c7373;
font-family: 'Helvetica';
}

ul {
Expand Down Expand Up @@ -223,17 +224,16 @@ h1.welcome {
margin-top:0;
font-family: 'fatfrank';
font-size: 10ch;
color: #085DAD;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
margin-bottom:.2em;
color: #8CC739;
margin-bottom:5vh;
}

#welcome ul{
padding-left:0;
}

#welcome img{
margin-top:5vh;

}

/*********/
Expand Down Expand Up @@ -287,6 +287,13 @@ h1.welcome {
text-align:center;
}

#vision, #mission{
}

#mission{
margin-top: 5vh;
}

/*************/
/* SERVICES */
/*************/
Expand Down

0 comments on commit 83ac0e5

Please sign in to comment.