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