#30: Tremendous progress, now understand reg-sub model
Although there's no actual collection of data from the back end, the user interface is now mostly working. And, I flatter myself, looking good.
This commit is contained in:
parent
9392091428
commit
d36c58b44c
12 changed files with 112 additions and 114 deletions
|
|
@ -19,9 +19,18 @@
|
|||
* USA.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
width:100%;
|
||||
background-color: rgb(7, 57, 106);
|
||||
color: white;
|
||||
font-family: "Archivo Black", "Sans Bold", "Arial Black", sans-serif;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* desktops and laptops, primarily. Adapted to mouse; targets may be small */
|
||||
@media all and (min-device-width: 1025px) {
|
||||
|
||||
/* top-of-page navigation, not editable, provided by Smeagol */
|
||||
#nav{
|
||||
margin: 0;
|
||||
|
|
|
|||
|
|
@ -373,8 +373,7 @@ th {
|
|||
h1 {
|
||||
/* I wouldn't normally use a px value, but the menu icon is 49px wide */
|
||||
padding: 0.25em 5%;
|
||||
padding-left: 100px;
|
||||
text-align: right;
|
||||
padding-left: 75px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue