Skip to content

Commit

Permalink
refactor: Improve form styles and structure
Browse files Browse the repository at this point in the history
This commit improves the form styles and structure in the `styles.scss` file. It includes changes to the headings (`h2`, `h3`, `h4`) to enhance their readability and spacing. Additionally, a new section for sessions is introduced with an improved layout and margin. These changes enhance the overall user experience and visual appeal of the form.
  • Loading branch information
szweibel committed Aug 5, 2024
1 parent a02246e commit 9ea10ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,11 @@ header {
display: flex;
flex-direction: column;
padding-left: 20px;
padding-top: 20px;
@include respond-above(md) {
flex-direction: row;
padding-left: 0px;
padding-top: 0px;
}
align-items: baseline;
justify-content: space-between;
Expand Down

0 comments on commit 9ea10ba

Please sign in to comment.