|
|
@ -26,10 +26,12 @@ body { |
|
|
|
.container { |
|
|
|
.container { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
margin: 10px; |
|
|
|
margin: 10px; |
|
|
|
|
|
|
|
width: fit-content; |
|
|
|
|
|
|
|
margin: auto; |
|
|
|
|
|
|
|
margin-top: 10px; margin-bottom: 10px; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
border: 4px solid rgba(68, 68, 68, 0.575); |
|
|
|
border: 4px solid rgba(68, 68, 68, 0.575); |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.container .con-title { |
|
|
|
.container .con-title { |
|
|
@ -121,7 +123,7 @@ footer { |
|
|
|
font-family: 'M42'; |
|
|
|
font-family: 'M42'; |
|
|
|
font-size: 6px; |
|
|
|
font-size: 6px; |
|
|
|
padding: 5px; |
|
|
|
padding: 5px; |
|
|
|
width: 20%; |
|
|
|
width: 100%; |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-bottom: 10px; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 5px; |
|
|
|
border: none; |
|
|
|
border: none; |
|
|
|