Skip to content

Commit d07a837

Browse files
authored
Change min-width to fixed width for modPeople class
1 parent ed0fb18 commit d07a837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3393,7 +3393,7 @@ body {
33933393
text-align: center;
33943394
display: inline-block;
33953395
vertical-align: top;
3396-
min-width: 20%;
3396+
width: 220px;
33973397
}
33983398

33993399
.modPeople img {

0 commit comments

Comments
 (0)