mirror of
https://git.kh3group.com/georgebiri/khy_website.git
synced 2026-07-02 07:13:31 +00:00
feat: implement responsive mobile menu and navigation enhancements across all pages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d8d9f1a584
commit
228095ed83
11 changed files with 3592 additions and 49 deletions
|
|
@ -2,6 +2,13 @@
|
|||
module.exports = {
|
||||
content: ["./*.html", "./src/**/*.{html,js}", "./scripts/**/*.js"],
|
||||
theme: {
|
||||
screens: {
|
||||
sm: "640px",
|
||||
md: "768px",
|
||||
lg: "1024px",
|
||||
xl: "1280px",
|
||||
"2xl": "1536px",
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
montserrat: ["Montserrat", "sans-serif"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue