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 {
|
.sub-result {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 0.9em;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
|
||||||
|
@ -48,7 +47,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -84,8 +83,8 @@
|
||||||
}
|
}
|
||||||
.sub-user-img {
|
.sub-user-img {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 50px;
|
width: 70px;
|
||||||
height: 50px;
|
height: 70px;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue