Skip to content

Commit 9815179

Browse files
committed
Update style.css
all 7 masters show on one row now
1 parent 0c03cb2 commit 9815179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ header {
3434

3535
/* Form Styles */
3636
.form-container {
37-
width: 200px; /* Fixed width for each container */
37+
width: 13%; /* Fixed width for each container, at 13% all masters show on one row rn */
3838
display: flex; /* Flexbox for Master and Servant sections */
3939
flex-direction: column; /* Ensures Master and Servant stack vertically */
4040
background-color:rgb(51, 27, 27); /* Background color */
41-
padding: 10px;
41+
padding: 5px 10px 5px 10px;
4242
border: 1px solid #ff4444; /* Border around each container */
4343
border-radius: 10px;
4444
box-sizing: border-box; /* Ensures padding is included in width */

0 commit comments

Comments
 (0)