11 lines
156 B
CSS
11 lines
156 B
CSS
.containerDate{
|
|
gap: 10px;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
.alingDate{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
gap: 10px;
|
|
|
|
} |