mirror of
https://github.com/JonasunderscoreJones/epr.tut.jonasjones.dev.git
synced 2025-10-22 21:29:18 +02:00
fixed css on mobile
This commit is contained in:
parent
b6a3b67dc1
commit
4673f56b83
1 changed files with 19 additions and 1 deletions
20
src/index.js
20
src/index.js
|
@ -101,6 +101,24 @@ async function handleDefaultGet(env) {
|
|||
.download-btn:hover, .btn:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
fa-cog {
|
||||
font-size: 24px;
|
||||
}
|
||||
@media (orientation: portrait) {
|
||||
h1 {
|
||||
font-size: 68px;
|
||||
}
|
||||
p, a {
|
||||
font-size: 48px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.qr-code {
|
||||
width: 80vw;
|
||||
}
|
||||
fa-cog {
|
||||
font-size: 96px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -113,7 +131,7 @@ async function handleDefaultGet(env) {
|
|||
<a style="padding-top:10px" href="https://discord.gg/wVXF7b6CkS" >Discord</a>
|
||||
</div>
|
||||
<a href="/manage" title="Manage Uploads" style="position:absolute;bottom:20px;right:20px;color: black">
|
||||
<i class="fas fa-cog" style="font-size: 24px;"></i>
|
||||
<i class="fas fa-cog"></i>
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue