|
12 | 12 | body { |
13 | 13 | background-color: #000; |
14 | 14 | color: #fff; |
15 | | - font-size: 2.0vw; |
| 15 | + font-size: 1.9vw; |
16 | 16 | font-family: helvetica; |
17 | 17 | font-weight: normal; |
18 | 18 | overflow: hidden; |
|
57 | 57 | <body> |
58 | 58 | <div class='wrapper'> |
59 | 59 | <h2 style='margin: -0.23em 0 -0.1em 0;'>Member Count</h2> |
60 | | - <table style='margin: 0.1em 5em; width: 35em;'> |
| 60 | + <table style='margin: 0.1em 5em; width: 45em;'> |
61 | 61 | <tr> |
62 | 62 | <td rowspan='2'> |
63 | 63 | <h1>@Model.members</h1> |
|
73 | 73 | </tr> |
74 | 74 | </table> |
75 | 75 | <h2 style='margin: 0.3em 0 0.1em 0;'>This Month's Area Funding</h2> |
76 | | - <table style='line-height: 1.5em;'> |
| 76 | + <table style='line-height: 1.45em;'> |
77 | 77 | <tr> |
78 | 78 | <td> |
79 | 79 | Total Funds: $@Model.total<br /> |
|
87 | 87 | Cosplay: $@Model.cosplay<br /> |
88 | 88 | Craft Lab: $@Model.craft<br /> |
89 | 89 | Dalek Asylum: $@Model.dalek<br /> |
90 | | - Electronic Lab: $@Model.electronic<br /> |
91 | 90 | </td> |
92 | 91 | <td> |
| 92 | + Electronic Lab: $@Model.electronic<br /> |
93 | 93 | Fine Art Printing: $@Model.print<br /> |
94 | 94 | Finishing: $@Model.finishing<br /> |
95 | 95 | Forge: $@Model.forge<br /> |
96 | 96 | Glass Fusing: $@Model.glass_fusing<br /> |
97 | 97 | Ham Radio $@Model.ham_radio<br /> |
98 | | - Hand Tools $Model.hand_tools<br /> |
99 | 98 | Hand Wood Carving: $@Model.hand_wood_carving<br /> |
100 | 99 | Jewelry: $@Model.jewelry<br /> |
101 | 100 | Lampworking: $@Model.lampworking<br /> |
102 | 101 | Laser Cutters: $@Model.laser<br /> |
103 | | - Leather Working: $@Model.leather<br /> |
104 | 102 | </td> |
105 | 103 | <td> |
| 104 | + Leather Working: $@Model.leather<br /> |
106 | 105 | Long Arm: $@Model.long_arm<br /> |
107 | 106 | Metal Shop: $@Model.metal<br /> |
108 | 107 | Models and Miniatures: $@Model.models<br /> |
109 | 108 | Neon Glass: $@Model.neon<br /> |
110 | 109 | Paint Room: $@Model.paint<br /> |
111 | | - Soda/Snack Fund: $@Model.soda<br /> |
112 | 110 | Stained Glass: $@Model.stained_glass<br /> |
113 | 111 | Tiger Lily: $@Model.tiger_lily<br /> |
114 | 112 | Vacuum Former: $@Model.vacuum<br /> |
|
0 commit comments