Style the file-service #76
|
@ -816,7 +816,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "file-service"
|
name = "file-service"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64ct",
|
"base64ct",
|
||||||
"build_html",
|
"build_html",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "file-service"
|
name = "file-service"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["savanni@luminescent-dreams.com"]
|
authors = ["savanni@luminescent-dreams.com"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
body {
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue