From 27e1691854e807cbdc6ec63e86c1a06ec7514dd4 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Sat, 7 Oct 2023 15:24:12 -0400 Subject: [PATCH] Set up a stylesheet for the OnePlus 8 --- Cargo.lock | 2 +- file-service/Cargo.toml | 2 +- file-service/templates/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9ffcc7..312bb25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,7 +816,7 @@ dependencies = [ [[package]] name = "file-service" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64ct", "build_html", diff --git a/file-service/Cargo.toml b/file-service/Cargo.toml index 3be7912..0a841e3 100644 --- a/file-service/Cargo.toml +++ b/file-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "file-service" -version = "0.1.0" +version = "0.1.1" authors = ["savanni@luminescent-dreams.com"] edition = "2018" diff --git a/file-service/templates/style.css b/file-service/templates/style.css index acea56a..ae81cdf 100644 --- a/file-service/templates/style.css +++ b/file-service/templates/style.css @@ -122,7 +122,7 @@ body { } */ -@media screen and (max-width: 980px) { /* This is the screen width of a OnePlus 5t */ +@media screen and (max-width: 1080px) { /* This is the screen width of a OnePlus 8 */ body { font-size: xx-large; }