From 6dc0f3bde832ef498ee6c4dc1036e7d64d7560b9 Mon Sep 17 00:00:00 2001 From: Camilo G Date: Thu, 23 Jun 2022 20:18:12 +0200 Subject: [PATCH] screnn --- index.html | 8 ++++---- style.css | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f704e33..c22812c 100644 --- a/index.html +++ b/index.html @@ -25,8 +25,8 @@

⤷ colophon

@@ -50,13 +50,13 @@ x="0px" y="0px" width="100vw" height="100vh" viewBox="0 0 1295.9 814.6" preserveAspectRatio="none"> - + diff --git a/style.css b/style.css index 9a20740..b474528 100644 --- a/style.css +++ b/style.css @@ -243,3 +243,21 @@ ellipse{ stroke: #ff6633; } +@media screen and (min-width: 1400px) { + #diffraction { + font-size: 11pt; + } + + .tab-info{ + font-size: 10pt; + } + + .tab-info p{ + margin-bottom: 2.5%; + } + + #diffraction a{ + font-size: 10pt; + } + } +