styling
This commit is contained in:
15
home.html
15
home.html
@@ -70,7 +70,6 @@
|
|||||||
.code {
|
.code {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 2px solid rgba(92, 92, 92, 0.664);
|
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
letter-spacing: 8px;
|
letter-spacing: 8px;
|
||||||
@@ -94,19 +93,18 @@
|
|||||||
|
|
||||||
.group {
|
.group {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 60px;
|
height: 48px;
|
||||||
gap: 4px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group * {
|
.group * {
|
||||||
height: 60px;
|
height: 48px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vs {
|
.vs {
|
||||||
height: calc(100% - 8px);
|
height: calc(100% - 8px);
|
||||||
width: 2px;
|
width: 2px;
|
||||||
margin: 4px;
|
|
||||||
background: rgba(92, 92, 92, 0.664);
|
background: rgba(92, 92, 92, 0.664);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -126,6 +124,13 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#quick_match_info {
|
||||||
|
margin: 14px 0;
|
||||||
|
font-size: 18px;
|
||||||
|
user-select: none;
|
||||||
|
color: rgba(92, 92, 92, 0.664);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user