Adjust teaser styles depending on grid or single view

This commit is contained in:
Björn Fromme
2021-09-14 17:41:47 +02:00
parent 921bd17770
commit 547c7cbb4b
5 changed files with 86 additions and 31 deletions
+3
View File
@@ -42,6 +42,9 @@ module.exports = {
xl: '1280px',
},
extend: {
fontSize: {
'xs': '.6rem',
},
colors: {
overlay: {
black: tinycolor('#000000').setAlpha(0.85).toRgbString(),