fix: change spacing between rows
This commit is contained in:
@@ -31,7 +31,7 @@ h1 {
|
||||
position: relative; /* Position relative for absolute positioning */
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
margin-bottom: 1%;
|
||||
margin-bottom: 1.15%;
|
||||
}
|
||||
|
||||
.team-info {
|
||||
@@ -110,8 +110,8 @@ h1 {
|
||||
|
||||
.pre-state {
|
||||
position: absolute;
|
||||
top: 4%;
|
||||
left: 4%; /* Adjusted left position */
|
||||
top: 5%;
|
||||
left: 3%; /* Adjusted left position */
|
||||
background-color: #444; /* Darker background color for pre state */
|
||||
padding: 1.5%;
|
||||
border-radius: 5px;
|
||||
@@ -128,8 +128,8 @@ h1 {
|
||||
|
||||
.final-state {
|
||||
position: absolute;
|
||||
top: 4%;
|
||||
left: 4%; /* Adjusted left position */
|
||||
top: 5%;
|
||||
left: 3%; /* Adjusted left position */
|
||||
background-color: #444; /* Darker background color for final state */
|
||||
padding: 1.5%;
|
||||
border-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user