Submission css

This commit is contained in:
cuom1999 2024-02-05 21:21:44 -06:00
parent 1073ad45ff
commit d9b477c441

View file

@ -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;