6 lines
88 B
CSS
6 lines
88 B
CSS
@media screen and (min-width: 768px) {
|
|
.firstRow {
|
|
align-content: flex-end;
|
|
}
|
|
}
|