mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix(tailwind): remove missing grid column end
This commit is contained in:
@@ -76,6 +76,7 @@ module.exports = {
|
|||||||
16: '16',
|
16: '16',
|
||||||
17: '17',
|
17: '17',
|
||||||
18: '18',
|
18: '18',
|
||||||
|
19: '19',
|
||||||
},
|
},
|
||||||
borderRadius: {
|
borderRadius: {
|
||||||
1: '2px',
|
1: '2px',
|
||||||
@@ -113,6 +114,7 @@ module.exports = {
|
|||||||
20: 'clamp(8.916rem, 19.08vw, 10.699rem)',
|
20: 'clamp(8.916rem, 19.08vw, 10.699rem)',
|
||||||
column: '5.55vw',
|
column: '5.55vw',
|
||||||
layout: 'clamp(1.5rem, 5.55vw, 4.5rem)',
|
layout: 'clamp(1.5rem, 5.55vw, 4.5rem)',
|
||||||
|
gap: 'clamp(1.5rem, 5.55vw, 6rem)',
|
||||||
icon: '24px',
|
icon: '24px',
|
||||||
'icon-small': '20px',
|
'icon-small': '20px',
|
||||||
clickarea: '40px',
|
clickarea: '40px',
|
||||||
|
|||||||
Reference in New Issue
Block a user