Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jul 13, 2024
1 parent cefc9af commit 621c453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion static/css/quiz_portal.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
text-align: center;
background-color: #fff;
padding: 20px;
width: 600px;
width: 700px;
border-radius: 8px;
}

Expand All @@ -44,7 +44,9 @@ a {

.input-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-bottom: 10px;
width: 100%;
}
Expand All @@ -58,6 +60,7 @@ input[type="text"] {
}

button {
min-height: 2.5em;
background-color: #f0f0f0;
cursor: pointer;
font-size: 20px;
Expand Down
2 changes: 1 addition & 1 deletion static/css/quiz_sub.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body {
background-color: #b59f3b;
}

#inputBox {
input[type="text"] {
margin-top: 20px;
width: 50%;
height: 3em;
Expand Down

0 comments on commit 621c453

Please sign in to comment.