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 %}