Skip to content

Commit

Permalink
refactor: add style for label and select
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyw4 committed Nov 18, 2021
1 parent 7495347 commit 28e1006
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webapp/src/components/global/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ h5 {
header {
text-align: center;
padding: 4rem 0 1rem 0;
display: flex;
align-items: center;
align-content: center;
justify-content: space-between;
}

header a {
Expand All @@ -108,4 +112,12 @@ article img {
display: block;
width: auto;
max-width: 400px
}

label, select {
font-size: 0.8rem;
}

label {
margin-right: 0.5em;
}

0 comments on commit 28e1006

Please sign in to comment.