From a76b00a194e7bae37f55b3777c64e2a02442f4af Mon Sep 17 00:00:00 2001
From: jcupac <41914500+jcupac@users.noreply.github.com>
Date: Tue, 23 Jan 2024 21:17:02 +0100
Subject: [PATCH] commit
---
_includes/incl-conference.html | 7 +++++--
_scss/_conference.scss | 18 +++++++++++++++---
index.html | 2 +-
3 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/_includes/incl-conference.html b/_includes/incl-conference.html
index 5a53177..10083b4 100644
--- a/_includes/incl-conference.html
+++ b/_includes/incl-conference.html
@@ -5,12 +5,15 @@
Fri 22 Nov 2024
-
live Online
+
Live Online
diff --git a/_scss/_conference.scss b/_scss/_conference.scss
index b7a0621..52707e7 100644
--- a/_scss/_conference.scss
+++ b/_scss/_conference.scss
@@ -3,8 +3,10 @@
margin-bottom: 6rem;
padding-top: 2.5rem;
padding-bottom: 1rem;
- padding-right: 3rem;
- padding-left: 3rem;
+ @media (min-width: 567px) {
+ padding-right: 3rem;
+ padding-left: 3rem;
+ }
justify-content: center;
align-items: center;
text-align: center;
@@ -25,6 +27,16 @@
font-weight: 600;
color: #12dfef;
box-shadow: 2px 2px 20px rgba(23, 141, 147, 0.6);
+ br.br-1 {
+ @media (min-width: 768px) {
+ display: none;
+ }
+ }
+ br.br-2 {
+ @media (min-width: 567px) {
+ display: none;
+ }
+ }
}
.dates {
font-weight: 500;
@@ -108,4 +120,4 @@
padding-bottom: 1rem;
color: #a2b0b9;
font-size: 13px;
-}
\ No newline at end of file
+}
diff --git a/index.html b/index.html
index 4686a20..12baf05 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
{% include vision.html %}
-
+
{% include incl-conference.html %}