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