{title}
diff --git a/src/components/InfoButton.scss b/src/components/InfoButton.scss
index a3f9b45..f89bba3 100644
--- a/src/components/InfoButton.scss
+++ b/src/components/InfoButton.scss
@@ -6,7 +6,7 @@
border: 0;
outline: 0;
width: 340px;
- position: absolute;
+ position: fixed;
left: 0;
right: 0;
bottom: -20px; // this svg has extra padding in the image
@@ -15,13 +15,16 @@
text-align: center;
z-index: $z-index-map;
+
@media (min-width: $mobile_breakpoint) {
bottom: -40px; // this svg has extra padding in the image
}
}
-
+.using-keyboard .info-button:focus {
+ border: 1px solid blue;
+}
.info-button:hover {
cursor: pointer;
diff --git a/src/components/Intro.scss b/src/components/Intro.scss
index 86e12b5..1685e2e 100644
--- a/src/components/Intro.scss
+++ b/src/components/Intro.scss
@@ -5,7 +5,7 @@
@include luti_font;
position: fixed;
- bottom: 25vh;
+ bottom: 7em;
left: 0;
right: 0;
margin: 0 auto;
diff --git a/src/images/LUTI_Zoom_Icon.svg b/src/images/LUTI_Zoom_Icon.svg
new file mode 100644
index 0000000..0e7fb85
--- /dev/null
+++ b/src/images/LUTI_Zoom_Icon.svg
@@ -0,0 +1,16 @@
+
+
+
diff --git a/src/shared.scss b/src/shared.scss
index 03a878e..49551cc 100644
--- a/src/shared.scss
+++ b/src/shared.scss
@@ -6,6 +6,8 @@ $mobile_breakpoint: 780px;
$transition_speed: 500ms; // see TRANSITION_SPEED in js
$z-index-map: 500;
+$box-shadow: 0 5px 15px rgb(34 34 34 / 20%);
+
/*-- colors ---*/
// light mode