hide new feature with no width when not available

This commit is contained in:
Reece 2025-07-01 22:20:55 +01:00
parent 5dc6b820bc
commit ceacdefa3e

View File

@ -91,7 +91,8 @@
} }
.newfeature{ .newfeature{
min-width:12rem; display: flex;
width:fit-content
} }
.recent-features{ .recent-features{
display: flex; display: flex;