Skip to content

Commit

Permalink
small website css edit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelpadilla committed Jan 31, 2024
1 parent ce99b2e commit b685cbe
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Source/CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,23 @@ table tr td {
}

.paperCard{
/* width: 90%; */
transform: scale(0.80);
margin: -30px -20px;
width: 50%;
transform: scale(0.75);
margin: -40px -15px;
/* padding: -100px; */
}

.paperSet{
width: 100%;
margin: 0px;
padding: 0px;

}

.mainContent{
width: 100%;
padding: 0px;
padding-top: 7px;
}

}

0 comments on commit b685cbe

Please sign in to comment.