Compare commits

...
Author SHA1 Message Date
Salihu 464524500c revert unintended changes 2026-08-27 22:31:32 +01:00
Salihu 87eb11c782 fix imported table width 2026-08-27 22:20:01 +01:00
Salihu e175242748 imported table width 2026-08-27 21:12:38 +01:00
Salihu 24b81ab9af imported table width 2026-08-27 21:01:19 +01:00
@@ -4,7 +4,7 @@
overflow-x: auto;
& table {
overflow-x: hidden;
min-width: 700px !important;
min-width: 100% !important;
}
}