14 lines
159 B
CSS
14 lines
159 B
CSS
.content-con{
|
|
padding:0.5rem;
|
|
}
|
|
|
|
.title{
|
|
font-size: 1.25rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.extra{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|