Skip to content

Commit

Permalink
Created Borders and Aligned Recruitments Page (#39)
Browse files Browse the repository at this point in the history
* Added borders to Recruitments page

* Stylized

* Stylized

* Revert unneeded changes

* go back to main's package.json

* Remove console.log

* No border for video

* Use spec accent color, rem, and thinner border

---------

Co-authored-by: Amaryllis <asun50@stuy.edu>
  • Loading branch information
amaryllis-sun and Amaryllis authored Nov 6, 2023
1 parent f8b4314 commit 6867670
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/Recruitments.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
flex-direction: column;
align-items: center;
text-align: justify;
line-height: 1.4rem;
border-style: groove;
border-width: 2px;
border-color: var(--accent);
border-radius: 15px;
padding: 15px;
}

#departments {
Expand Down

0 comments on commit 6867670

Please sign in to comment.