mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
refactor(download): big improvement to the download page design
This commit is contained in:
parent
794d500606
commit
0c11177313
4 changed files with 640 additions and 482 deletions
|
@ -5,8 +5,9 @@ export default {
|
|||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
'-md': '@media (min-width: 768px)',
|
||||
'-lg': '@media (min-width: 1024px)',
|
||||
'-sm': '@media (max-width: 639px)',
|
||||
'-md': '@media (max-width: 767px)',
|
||||
'-lg': '@media (max-width: 1023px)',
|
||||
},
|
||||
colors: {
|
||||
paper: 'var(--zen-paper)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue