Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tvjones committed Aug 7, 2021
1 parent f3f07ce commit 289eaec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}

html,body{
Expand Down Expand Up @@ -40,10 +41,10 @@ div#info button{

div.container{
text-align: center;
top: 15%;
padding-top: 15%;
position: relative;
width: 60%;
height: 100%;
height: auto;
margin: auto;
font-family: 'Roboto', sans-serif;
}
Expand All @@ -56,7 +57,7 @@ div.container{

.form{
width: 100%;
height: 10%;
height: 5rem;
display: flex;
justify-content: space-between;
margin-bottom: 2rem;
Expand All @@ -83,7 +84,6 @@ div.container{

div#tasks-submitted{
margin-top: 3rem;
height: 90%;
width: 100%;
}

Expand Down

0 comments on commit 289eaec

Please sign in to comment.