Add challenge content footer
This commit is contained in:
parent
a9d6a3800e
commit
fa9d7e9be0
3 changed files with 63 additions and 57 deletions
|
@ -108,6 +108,14 @@ input[type=number] {
|
|||
|
||||
& > div {
|
||||
overflow: scroll;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
|
||||
footer {
|
||||
margin-top: auto;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
#challenge {
|
||||
|
@ -121,19 +129,11 @@ input[type=number] {
|
|||
|
||||
#submissions {
|
||||
grid-area: submissions;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
|
||||
background: rgba(0, 0, 0, 0.125);
|
||||
$gap: 0.5em;
|
||||
padding: $gap;
|
||||
|
||||
footer {
|
||||
margin-top: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
& > div {
|
||||
width: 100%;
|
||||
column-count: 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue