Skip to content

Commit

Permalink
Update Style.css
Browse files Browse the repository at this point in the history
Visual bugfixes.
  • Loading branch information
JamesPhillipsUK authored Jul 3, 2018
1 parent ae5cb99 commit dfe6c8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
/*The Exit Button*/
#Exit
{
margin:0.2rem 0.2rem 0 0;
padding:0.2rem;
border-radius:0.1rem;
margin:0.2rem 0.8rem 0 0;
border:0;
border-radius:0.2rem;
text-align:right;
float:right;
font-size:0.6rem;
color:#FFF; /*Change the button text colour here!*/
background:FF1A1A; /*Change the button background colour here!*/
background:#FF1A1A; /*Change the button background colour here!*/
display:inline;
min-height:1rem;
min-width:1rem;
Expand Down

0 comments on commit dfe6c8f

Please sign in to comment.