diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 19:06:27 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 19:06:27 +0200 |
| commit | c08c66ec5690fb000179ff6f93b4df4e164c6a5a (patch) | |
| tree | a5c1450d0e879f2c7cefb130eba693a423754c0a /templates/base.html | |
| parent | 644e3b2f2892bd9e762b8ee3b493a1a4cf7ba946 (diff) | |
| download | mitjafelicijan.com-c08c66ec5690fb000179ff6f93b4df4e164c6a5a.tar.gz | |
Added mobile responsive tables
Diffstat (limited to 'templates/base.html')
| -rwxr-xr-x | templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index bc85947..54b35dd 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -148,6 +148,12 @@ | |||
| 148 | a { | 148 | a { |
| 149 | word-wrap: break-word; | 149 | word-wrap: break-word; |
| 150 | } | 150 | } |
| 151 | |||
| 152 | /* Responsive tables */ | ||
| 153 | table { | ||
| 154 | display: block; | ||
| 155 | overflow-y: auto; | ||
| 156 | } | ||
| 151 | } | 157 | } |
| 152 | </style> | 158 | </style> |
| 153 | <script defer src="https://app.tinyanalytics.io/pixel/isfRNEahfHiS2Ttp"></script> | 159 | <script defer src="https://app.tinyanalytics.io/pixel/isfRNEahfHiS2Ttp"></script> |
