mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-04-30 14:34:06 +00:00
Improved readability in small screens
This commit is contained in:
parent
8d2a4b2293
commit
ad7274d051
@ -20,7 +20,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body class="container-fluid">
|
||||
<body class="container-fluid" id="pageBody">
|
||||
<div class="row" id="title">
|
||||
<h1>Nintendo Switch Payload Loader</h1>
|
||||
<h4>Fusee Launcher ported to JavaScript using WebUSB.</h4>
|
||||
|
@ -1,5 +1,11 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
#pageBody {
|
||||
font-size: 3vw;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin-top: 0px;
|
||||
margin-left: 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user