From d2ffa34ca08b6664ccaf336ea4e65151626f2137 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 5 Apr 2022 16:41:50 +0100 Subject: [PATCH] Made a few changes to handle mobile devices --- assets/css/general.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/general.css b/assets/css/general.css index 77a5a28bb..8ac0f8a28 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -309,15 +309,15 @@ div#station_logbooks_linked_table_paginate { .callsign-image { margin-bottom: 10px; - margin-left: auto; - margin-right: auto; } .callsign-image-content { display: block; max-height: 300px; + text-align: center; } .callsign-image-pic { max-height: 250px; + max-width: 100%; }