fix(curriculum): backticks where they should not be (#64522)

Co-authored-by: Rochan <>
This commit is contained in:
rochan
2025-12-12 01:39:19 +08:00
committed by GitHub
parent 4c00a22025
commit 42777ed305
2 changed files with 2 additions and 2 deletions

View File

@@ -504,7 +504,7 @@ Using placeholder text is not great for accessibility. Too often, users confuse
## Mobile first approach
- **Definition**: The `mobile-first` approach is a design philosophy and development strategy in responsive web design that prioritizes creating websites for mobile devices before designing for larger screens.
- **Definition**: The mobile-first approach is a design philosophy and development strategy in responsive web design that prioritizes creating websites for mobile devices before designing for larger screens.
## CSS Custom Properties (CSS Variables)

View File

@@ -86,7 +86,7 @@ dashedName: review-responsive-web-design
## Mobile first approach
- **Definition**: The `mobile-first` approach is a design philosophy and development strategy in responsive web design that prioritizes creating websites for mobile devices before designing for larger screens.
- **Definition**: The mobile-first approach is a design philosophy and development strategy in responsive web design that prioritizes creating websites for mobile devices before designing for larger screens.
```css
/* Base styles for mobile */