aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 19:06:27 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 19:06:27 +0200
commitc08c66ec5690fb000179ff6f93b4df4e164c6a5a (patch)
treea5c1450d0e879f2c7cefb130eba693a423754c0a /templates/base.html
parent644e3b2f2892bd9e762b8ee3b493a1a4cf7ba946 (diff)
downloadmitjafelicijan.com-c08c66ec5690fb000179ff6f93b4df4e164c6a5a.tar.gz
Added mobile responsive tables
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html6
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>