Display list of games #16
@@ -27,6 +27,7 @@
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
color: var(--white);
|
||||
text-decoration: none;
|
||||
width: fit-content;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
gap: 10px;
|
||||
padding-right: 20px;
|
||||
padding-left: 10px;
|
||||
height: 100%;
|
||||
min-height: calc(100vh - 80px);
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
border-left: 2px solid var(--line);
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
color: var(--violet);
|
||||
height: 24px;
|
||||
align-content: center
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
margin: 0 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
.container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 240px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
height: 100%;
|
||||
padding: 20px 0;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
@@ -39,7 +39,6 @@ html {
|
||||
html, body, #app {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.invalid {
|
||||
|
||||
Reference in New Issue
Block a user