Change layout wrapping. Fix last seen

This commit is contained in:
Sergei Birukov 2024-02-17 15:22:43 +03:00
parent 081e3eef75
commit a522a442ae
3 changed files with 41 additions and 33 deletions

View file

@ -7,6 +7,7 @@ module.exports = {
content: ['./www/**/*.{html,js}'],
theme: {
screens: {
xxs: '450px',
xs: '576px',
sm: '640px',
md: '768px',