Skip to content

Commit

Permalink
Changed div width
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMike8 committed Dec 2, 2022
1 parent 5dd34dc commit fa72cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MavenBack/src/main/webapp/userStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ h1, h2, p, th, td{
}
.userStats{
padding: 10px;
width: 30%;
width: 55%;
float: left;
}

.tableContainer{
width: 70%;
width: 45%;
padding: 10px;
float: right;
}
Expand Down

0 comments on commit fa72cea

Please sign in to comment.