Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelaBazela authored Nov 29, 2023
1 parent bfddaac commit 17cb4ac
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion style-addalumni.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
* {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}


body {
min-height: 100vh;
display: flex;
flex-direction: column;
margin: 0;
font-family: 'Poppins';
font-family: "Poppins";


}

Expand Down Expand Up @@ -72,6 +83,7 @@ body.no-scroll {
border: none;
outline: none;
transition: 1s;
font-family: 'Poppins';
}

.accordionForm.active,
Expand Down

0 comments on commit 17cb4ac

Please sign in to comment.