1f0d60424e
Suggesting this change simply because "ZIP" appears to be (per its specification published by PKWARE) canonically spelled uppercase. I also added the word "archive" to provide a noun modified by "ZIP" rather than treating "ZIP" as a noun itself. It seems clearer this way, but may cause text flow issues in the design if it's too long.
11 lines
No EOL
182 B
CSS
11 lines
No EOL
182 B
CSS
.header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
@media screen and (max-width: 650px) {
|
|
.header {
|
|
flex-direction: column;
|
|
}
|
|
} |