Continuing to Organize into Two Columns

This commit is contained in:
Leo Herzog
2020-11-08 13:21:52 -05:00
parent 239021266d
commit b111fc3fe9
5 changed files with 2418 additions and 1899 deletions

View File

@@ -61,6 +61,10 @@ button:disabled {
filter: brightness(0.6);
}
a {
cursor: pointer;
}
header {
width: 100%;
height: 80px;
@@ -104,6 +108,7 @@ label[for="torrent"] {
box-sizing: border-box;
border-radius: 900px;
text-align: center;
text-transform: none;
cursor: pointer;
}
@@ -157,6 +162,18 @@ input {
width: 440px;
}
#addTracker, #addWebseed {
width: 440px;
color: var(--light-blue);
background: var(--dark-blue);
border: 1px solid var(--light-blue);
padding: 8px;
box-sizing: border-box;
border-radius: 900px;
text-align: left;
cursor: pointer;
}
@media (max-width: 1080px) {
#reset {