Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
feat: home css improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanViknar committed Apr 22, 2024
1 parent 277dcce commit d3b2e75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
margin-left: 2%;
border: solid;
border-color: black;
border-width: 6px;
box-shadow: 0px 0px 0.30em 0.05em rgba(0, 0, 0, 0.6);
border-width: 2px;
}

.subsign {
Expand All @@ -27,7 +28,8 @@
padding: 2.5%;
border: solid;
border-color: black;
border-width: 6px;
border-width: 2px;
box-shadow: 0px 0px 0.30em 0.05em rgba(0, 0, 0, 0.6);
text-align: justify;
}

Expand Down

0 comments on commit d3b2e75

Please sign in to comment.