-
Use CSS frameworks or media queries to ensure the app is mobile-friendly.
-
Use CSS frameworks or media queries to ensure the app is mobile-friendly.
-
Use CSS frameworks or media queries to ensure the app is mobile-friendly.
-
Use CSS frameworks or media queries to ensure the app is mobile-friendly.
-
### What should be improved?
```
@media (min-width: 576px) {
.container {
--1z: 16px;
padding-left: 8px;
padding-right: 8px
}
}
@media (min-width: 576px) {…
-
## Problem
Now, the language selection is overflowing in the ancillary menu of cc-legal-tools-app. (See: [cc-legal-tools-app#418](https://github.com/creativecommons/cc-legal-tools-app/issues/418)).
…
-
### Description
Today I realised that GeneratePress and GenerateBlock are using different media queries for mobile/tablet breakpoint by default.
| GeneratePress defaults …
-
Hi there,
I am using Tailwind, and not sure how it uses postcss under the hood, but it's something like cli command probably.
```
"tailwindcss": "3.4.9",
"postcss": "^8.4.47",
"postcss-c…
-
The railroad diagram in [2.1. Combining Media Queries](https://www.w3.org/TR/mediaqueries-4/#mq-list) does not allow a trailing comma:
![image](https://github.com/user-attachments/assets/e88edca1-e74…
-
Hey @aslams2020 , style.css has complex it has 2 or 3 times of media query ( for device size < 600 ) and has some unusual code. so i want to Update style.css file and make easy readable and easy under…