summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/mobile.css')
-rw-r--r--frontend/site/projects/museum/views/mobile.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/mobile.css b/frontend/site/projects/museum/views/mobile.css
index b195911..ab84f1b 100644
--- a/frontend/site/projects/museum/views/mobile.css
+++ b/frontend/site/projects/museum/views/mobile.css
@@ -1,3 +1,23 @@
+.home-footer {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 96%;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-evenly;
+}
+.home-footer a {
+ display: inline-block;
+ padding: 0.375rem ​1rem;
+ color: #ff790d;
+ font-family: "Druk Wide", sans-serif;
+ font-size: 1.2rem;
+ font-style: italic;
+ text-decoration: none;
+}
+
@media only screen and (max-device-height: 500px) {
/* site container */
.container {
@@ -66,6 +86,9 @@
}
/* artist pages */
+ .page-artists .artist-detail-name {
+ text-shadow: 0 0 3px #ff790d;
+ }
.page-artists .artist-location {
bottom: 0.5rem;
}
@@ -85,6 +108,7 @@
bottom: 0;
background: #111111;
padding: 0.75rem;
+ font-size: 0.675rem;
margin: 0;
}
@@ -102,6 +126,7 @@
font-size: 1.1rem;
}
.page-essay.page-artists .page-title {
+ text-shadow: 0 0 3px #000;
margin: 1rem 0;
}
@@ -152,4 +177,12 @@
.text-overlay {
padding: 10vw;
}
+
+ /* zohra */
+ .marquee-text {
+ font-size: 12px;
+ }
+ .marquee-container {
+ bottom: 3rem;
+ }
} \ No newline at end of file