Compare commits

..

No commits in common. "52a86492cd73020dda2cc85741b485b96a96fed4" and "c78b17d572c4e87517eaa34d51fe41f242bc5170" have entirely different histories.

2 changed files with 2 additions and 19 deletions

View File

@ -2,23 +2,6 @@ body {
background-color:#121212; background-color:#121212;
color: #fff; color: #fff;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
max-width: 50%;
margin: auto;
margin-top: 10vh;
}
@media screen and (max-width: 600px) {
body {
max-width: 100% !important;
}
.button {
width: 100% !important;
}
.footer {
text-align: center;
}
} }
.header { .header {

View File

@ -12,7 +12,7 @@
} }
</style> </style>
</head> </head>
<body> <body style="max-width: 50%; margin: auto; margin-top: 10vh">
<div class="header">S3-Client WebGUI</div> <div class="header">S3-Client WebGUI</div>
<fieldset> <fieldset>
@ -54,7 +54,7 @@
</div> </div>
</fieldset> </fieldset>
<div style="margin-top: 10px;" class="footer"> <div style="margin-top: 10px;">
<a href="https://git.fluffy.pw/leafus/s3-client">[ s3-client ]</a> - <a href="https://git.fluffy.pw/leafus/s3-client">[ s3-client ]</a> -
<a href="https://git.fluffy.pw/leafus/s3-client-web">[ s3-client-web ]</a> - Licensed under MIT <a href="https://git.fluffy.pw/leafus/s3-client-web">[ s3-client-web ]</a> - Licensed under MIT
</div> </div>