10 lines
125 B
CSS
10 lines
125 B
CSS
@media screen and (min-width: 768px) {
|
|
.firstRow {
|
|
align-content: flex-end;
|
|
}
|
|
|
|
.article {
|
|
display: grid;
|
|
}
|
|
}
|