Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rtega committed Aug 28, 2024
1 parent dd23b04 commit e51ece7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sanitas_frontend/src/views/StudentWelcomeView/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function StudentWelcomeView() {
height: "100vh",
width: "100vw",
padding: "2rem",
overflowX: "hidden"
overflowX: "hidden",
}}
>
<div
Expand Down Expand Up @@ -116,7 +116,7 @@ export default function StudentWelcomeView() {
backgroundColor: "#FFFFFF",
padding: "77px",
borderRadius: "8.27px",
overflowY: "scroll"
overflowY: "scroll",
}}
>
<p
Expand Down

0 comments on commit e51ece7

Please sign in to comment.