update breakpoints
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/deployment/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2023-01-06 09:18:19 +01:00
parent 87f56cb3bd
commit 6b459d4f46
Signed by: deblan
GPG Key ID: 579388D585F70417
2 changed files with 8 additions and 1 deletions

View File

@ -1223,7 +1223,7 @@ $links: (
}
}
@media screen and (max-width: 767px) {
@media screen and (max-width: 967px) {
.content {
width: 100%;
}

View File

@ -7,6 +7,13 @@ module.exports = {
theme: {
extend: {
},
screens: {
'sm': '640px',
'md': '968px',
'lg': '1284px',
'xl': '1380px',
'2xl': '1536px',
}
},
plugins: [
require("daisyui"),