Style the file-service #76

Merged
savanni merged 7 commits from file-service/mobile-format into main 2023-10-19 01:53:07 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 27e1691854 - Show all commits

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