26 lines
298 B
CSS
26 lines
298 B
CSS
#result-section {
|
|
display: flex;
|
|
gap: 1rem;
|
|
}
|
|
|
|
#result-title {
|
|
color: #757575;
|
|
font-weight: bold;
|
|
font-size: 1.2rem;
|
|
margin-top: 2.5rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#compressed-video {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
#download, #share {
|
|
width: 120px;
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
#back {
|
|
margin-top: 2rem;
|
|
}
|