Redesign UI
This commit is contained in:
parent
eaa7be6ec6
commit
d38342ad43
1 changed files with 4 additions and 5 deletions
|
@ -297,16 +297,15 @@ ul.problem-list {
|
|||
|
||||
.problem-feed-option {
|
||||
width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 1em;
|
||||
margin-left: 2.5%;
|
||||
padding-bottom: 1em;
|
||||
border-radius: 5px;
|
||||
margin-bottom: 1em
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.problem-feed-option-item {
|
||||
padding: 10px 15px;
|
||||
border-radius: 2em;
|
||||
border-radius: 1em;
|
||||
font-weight: bold;
|
||||
background: lightgray;
|
||||
margin-right: 1em;
|
||||
|
|
Loading…
Reference in a new issue