Submission css
This commit is contained in:
parent
1073ad45ff
commit
d9b477c441
1 changed files with 3 additions and 4 deletions
|
@ -18,7 +18,6 @@
|
|||
.sub-result {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 0.9em;
|
||||
font-weight: 600;
|
||||
gap: 10px;
|
||||
|
||||
|
@ -48,7 +47,7 @@
|
|||
display: flex;
|
||||
gap: 5px;
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.name {
|
||||
font-weight: 700;
|
||||
|
@ -84,8 +83,8 @@
|
|||
}
|
||||
.sub-user-img {
|
||||
flex-shrink: 0;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
background-color: #ddd;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue