Check user-agent to serve different CSS for mobile

This commit is contained in:
2022-03-10 09:24:27 +00:00
parent b08abf01c0
commit d47683dc02
4 changed files with 45 additions and 11 deletions

7
static/mobile.css Normal file
View File

@@ -0,0 +1,7 @@
body {
background: #aa0000;
}
table {
background: #bbbbbb;
}