Set up a stylesheet for the OnePlus 8

This commit is contained in:
Savanni D'Gerinel 2023-10-07 15:24:12 -04:00
parent 2d2e82f41a
commit 27e1691854
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -816,7 +816,7 @@ dependencies = [
[[package]]
name = "file-service"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"base64ct",
"build_html",

View File

@ -1,6 +1,6 @@
[package]
name = "file-service"
version = "0.1.0"
version = "0.1.1"
authors = ["savanni@luminescent-dreams.com"]
edition = "2018"

View File

@ -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;
}