1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2025-09-05 00:12:04 +02:00

Fix container width

This commit is contained in:
Marc 2018-12-16 23:00:59 +01:00
parent 4acec4f2d9
commit 088c6d606b
2 changed files with 9 additions and 2 deletions

3
script/public/styles.css Normal file
View file

@ -0,0 +1,3 @@
.container[data-container] {
max-width: 100% !important;
}