Skip to content

Commit

Permalink
fixed formatting in stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ModeratelyGreek committed Jul 4, 2020
1 parent f00af86 commit 681bb40
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,34 +89,29 @@ img.voice-search{
height: 20px;
margin-left: 10px;
}

.main-container{
display:flex;
flex-direction: column;
padding-top: 150px;
}

.button-container{
display: flex;
margin: auto;

}

.dual-button{
margin: 0px 7px;
padding: 13px;
border-radius: 5px;
border-style: none;
font-size: 14px;
}

.dual-button:hover{
border-style: solid;
border-width: 1px;
border-color: rgb(141, 141, 141);
box-shadow: 0px -1px 7px 0px rgb(173, 173, 173);
}

footer{
display:flex;
justify-content: space-between;
Expand All @@ -126,7 +121,6 @@ footer{
bottom: 0;
background-color: rgb(230, 230, 230);
}

.footer-link{
display: inline-block;
color: rgb(0, 0, 0);
Expand All @@ -136,7 +130,6 @@ footer{
margin: 0px 15px;
opacity: .75;
}

.footer-section{
display: flex;
justify-content: center;
Expand Down

0 comments on commit 681bb40

Please sign in to comment.