Change layout of contest list
This commit is contained in:
parent
fae8422508
commit
4549d57ee1
9 changed files with 414 additions and 434 deletions
|
@ -863,6 +863,8 @@ noscript #noscript {
|
|||
|
||||
.margin-label{
|
||||
margin-bottom: 2.5px;
|
||||
padding-bottom: 0.25em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -97,11 +97,6 @@
|
|||
height: 2.3em;
|
||||
}
|
||||
|
||||
label[for="category"], label[for="type"] {
|
||||
padding-bottom: 0.25em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#category {
|
||||
margin-top: 0.5em;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue