Skip to content
Permalink
Browse files
Fixed Button and Style Issues
  • Loading branch information
aa7401 committed Apr 13, 2020
1 parent 9cfb315 commit 5b4ae612a7d934a7ffbdcb2b58fff351dc8dfc94
Showing 1 changed file with 3 additions and 3 deletions.
@@ -131,7 +131,7 @@ input[type="text"], input[type="email"], input[type="password"], textarea, selec
margin-top: 0.3em;
}
main > button {
position: absolute;
position: fixed;
z-index: 2;
bottom: 0.5em;
right: 0.5em;
@@ -185,7 +185,7 @@ article > p {
article > button {
margin: 0;
display: block;
height: 2em;
height: 3em;
flex-grow: 1;
float: right;
}
@@ -194,7 +194,7 @@ footer {
position: fixed;
bottom: 0;
left: 0;
background-color: #DDD;
background-color: #DDDD;
width: 100%;
padding: 0;
margin: 0;

0 comments on commit 5b4ae61

Please sign in to comment.