Skip to content

Commit

Permalink
update width
Browse files Browse the repository at this point in the history
  • Loading branch information
chen01yx committed Oct 21, 2024
1 parent 47d6fec commit c921087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
body {
width: 1000px;
width: 900px;
margin: 0 auto;
}

.research-project {
width: 90%;
width: 800px;
margin: 0 auto;
display: table;
}

.research-thumb {
width: 180px;
width: 200px;
float: left;
margin-top: 7px;
padding-right: 30px;
Expand Down

0 comments on commit c921087

Please sign in to comment.