mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
303838f63d
* Use CSS modules * Fix tests * Feedback
31 lines
410 B
CSS
31 lines
410 B
CSS
.header {
|
|
width: 580px;
|
|
margin: auto;
|
|
}
|
|
|
|
.header img {
|
|
border: none;
|
|
}
|
|
|
|
:global(.full-page) .header {
|
|
display: none;
|
|
}
|
|
|
|
.badge {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.subtitle {
|
|
margin: 0;
|
|
padding: 3px 0 0 10;
|
|
color: black;
|
|
font-family: "Adobe Garamond Pro",Garamond,Times;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.motter {
|
|
font-family: "Motter Tektura";
|
|
font-size: 12px;
|
|
}
|