Good format for the launchpad

This commit is contained in:
2023-09-21 23:03:31 -07:00
parent 1cf61e3a51
commit 75944355f3
3 changed files with 14 additions and 4 deletions

View File

@@ -206,12 +206,23 @@ ul.timeline > li:before {
width: 100%;
}
.launchpad-button > pre {
margin: 0.3em;
}
/* Overriding some bootstrap shittery here */
.launchpad-button {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
text-align: left;
}
.launchpad-button-text {
font-family: 'Courier New', monospace;
}
@media (max-width: 768px) {
body { min-width: 100%; }
p { font-size: x-large; }