mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
34 lines
486 B
CSS
34 lines
486 B
CSS
.header {
|
|
width: 580px;
|
|
margin: auto;
|
|
}
|
|
|
|
@media all and (display-mode: minimal-ui) {
|
|
.header {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.header img {
|
|
border: none;
|
|
}
|
|
|
|
:global(.full-page) .header {
|
|
display: none;
|
|
}
|
|
|
|
.badge {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
|
|
.subtitle {
|
|
margin: 0;
|
|
padding: 3px 0 0 10;
|
|
color: black;
|
|
font-family: "Adobe Garamond Pro", Garamond, Times, serif;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
user-select: none;
|
|
}
|