CSS Update React
This commit is contained in:
parent
2ca0689167
commit
79acf4aa52
11 changed files with 389 additions and 108 deletions
|
@ -54,4 +54,23 @@
|
|||
margin-left: 0;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive design adjustments */
|
||||
@media (max-width: 768px) {
|
||||
.title {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.subsection-title {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.paragraph {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue