From df1de1d4dff42b4c1b57bb412f3c293eecd6a799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santanch=C3=A8?= Date: Sun, 5 Nov 2023 16:29:30 -0300 Subject: [PATCH] refactor (main): responsive screen --- _includes/css/museu.css | 34 +++++++++++++++++++++++++++- _includes/mupa-mapa-2023.svg | 4 ++-- _posts/2023-10-25-main.markdown | 40 ++++++++++++++++++--------------- 3 files changed, 57 insertions(+), 21 deletions(-) diff --git a/_includes/css/museu.css b/_includes/css/museu.css index 8e1575a..c31f0a6 100644 --- a/_includes/css/museu.css +++ b/_includes/css/museu.css @@ -8,4 +8,36 @@ td { padding:10px; border:2px solid; font-size: 1.5em; -} \ No newline at end of file +} + +table.tbmain { + margin-left:auto; + margin-right:auto; + width: 100%; +} + +table.tbmain tr { + border: 3px solid black; +} + +table.tbmain td { + border: 3px solid black; + padding: 3px; + font-size: 18px; + text-align: center; +} + +.google-maps { + position: relative; + padding-bottom: 75%; + height: 0; + overflow: hidden; +} + +.google-maps iframe { + position: absolute; + top: 0; + left: 0; + width: 100% !important; + height: 100% !important; +} diff --git a/_includes/mupa-mapa-2023.svg b/_includes/mupa-mapa-2023.svg index c6f375d..4d5ddbd 100644 --- a/_includes/mupa-mapa-2023.svg +++ b/_includes/mupa-mapa-2023.svg @@ -2,8 +2,8 @@ version="1.1" id="svg18958" xml:space="preserve" - width="800" - height="536" + width="100%" + height="auto" viewBox="0 0 936.99992 628.00006" sodipodi:docname="mupa-mapa-2023.svg" inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)" diff --git a/_posts/2023-10-25-main.markdown b/_posts/2023-10-25-main.markdown index 1b8df50..5346573 100644 --- a/_posts/2023-10-25-main.markdown +++ b/_posts/2023-10-25-main.markdown @@ -18,30 +18,34 @@ Haverá um ônibus circulando pela Unicamp por todos os locais do evento.
- - - - - - - - - - - - - - - - +
GeociênciasMuseu ExploratórioMatemática
PlasmaMuseu da InformáticaFísica
QuímicaBiologiaGinásio
+ + + + + + + + + + + + + + +
GeociênciasMuseu ExploratórioMatemática
PlasmaMuseu da InformáticaFísica
QuímicaBiologiaGinásio

-
+
+ +

- +
\ No newline at end of file