Change layout of contest list
This commit is contained in:
parent
fae8422508
commit
4549d57ee1
9 changed files with 414 additions and 434 deletions
|
@ -8,6 +8,7 @@
|
|||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
background: white;
|
||||
|
||||
.info-contest:first-child, .info-contest:nth-child(2) {
|
||||
margin-right: 15px;
|
||||
|
@ -24,10 +25,9 @@
|
|||
}
|
||||
|
||||
.contest-title {
|
||||
font-size: 17px;
|
||||
font-size: 1.1em;
|
||||
font-weight: 600;
|
||||
line-height: 150%;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -206,7 +206,7 @@
|
|||
}
|
||||
|
||||
.contest-list-title {
|
||||
font-size: 18px;
|
||||
font-size: 1.1em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue