Skip to content

Commit

Permalink
Restyle margins
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorjr committed Jan 24, 2017
1 parent d1d99c9 commit ce65f57
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,14 @@ a {

#extended {
position: relative;
margin-top: 25px;
color: #ffffff;
text-align: center;
font-family: sans-serif;
}

#locbtn {
position: relative;
margin: 3% auto auto auto;
margin: auto auto auto auto;
text-align: center;
}

Expand All @@ -69,7 +68,6 @@ a {

#celsiusbtn {
position: relative;
top: 8.5em;
font-family: sans-serif;
background-color: #828282;
color: #ffffff;
Expand All @@ -82,7 +80,6 @@ a {

#fahrenheitbtn {
position: relative;
top: 8.5em;
font-family: sans-serif;
background-color: #828282;
color: #ffffff;
Expand All @@ -107,7 +104,7 @@ button {
}

footer {
margin-top: 100px;
/* margin-top: 100px; */
padding: 1rem;
color: #ffffff;
text-align: center;
Expand Down

0 comments on commit ce65f57

Please sign in to comment.