|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
body {
|
|
|
|
|
max-width: 100vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-color: blue;
|
|
|
|
|
background-color: #3434fb;
|
|
|
|
|
color: white;
|
|
|
|
|
font-family: "Courier New", Courier, monospace;
|
|
|
|
|
padding: 0;
|
|
|
|
@ -257,6 +257,16 @@ button {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconContainer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: -1px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
transform: scale(0.8);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.corpi {
|
|
|
|
|
min-width: unset !important;
|
|
|
|
|
max-width: unset !important;
|
|
|
|
|