We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c03cb2 commit 9815179Copy full SHA for 9815179
style.css
@@ -34,11 +34,11 @@ header {
34
35
/* Form Styles */
36
.form-container {
37
- width: 200px; /* Fixed width for each container */
+ width: 13%; /* Fixed width for each container, at 13% all masters show on one row rn */
38
display: flex; /* Flexbox for Master and Servant sections */
39
flex-direction: column; /* Ensures Master and Servant stack vertically */
40
background-color:rgb(51, 27, 27); /* Background color */
41
- padding: 10px;
+ padding: 5px 10px 5px 10px;
42
border: 1px solid #ff4444; /* Border around each container */
43
border-radius: 10px;
44
box-sizing: border-box; /* Ensures padding is included in width */
0 commit comments