Scale the obnoxious signup button
[blerg.git] / www / css / blerg.css
index 73dc13d..6624bc2 100644 (file)
@@ -155,6 +155,25 @@ h1, h2, h3 {
        padding: 15pt 15pt 20pt 15pt;
 }
 
+.signup-button {
+       font-size: 40pt;
+       padding: 1em;
+       background-color: #C0F;
+       color: #F88;
+}
+
+@media screen and (max-width: 800px) {
+       .signup-button {
+               font-size: 20pt;
+       }
+}
+
+@media screen and (max-width: 400px) {
+       .signup-button {
+               font-size: 14pt;
+       }
+}
+
 .blerg-main h2 {
        margin: 8pt 0;
 }