15 lines
235 B
CSS
15 lines
235 B
CSS
.padding-content div {
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.margin-other-button {
|
|
display: flex;
|
|
align-items: stretch;
|
|
justify-content: space-around;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.margin-other-button app-schedule-tabs-other {
|
|
margin-right: 15px;
|
|
}
|