summaryrefslogtreecommitdiff
path: root/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css38
1 files changed, 6 insertions, 32 deletions
diff --git a/stylesheet.css b/stylesheet.css
index 3112218..fd034c1 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -44,7 +44,7 @@ nav img {
nav a {
font-family: "PT Sans", sans-serif;
- color: darkgray;
+ color: dimgray;
text-align: center;
text-decoration: none;
padding: 1em 1em;
@@ -84,11 +84,15 @@ section.quiet {
a.button {
background-color: var(--teal);
- padding: 1em;
+ padding-left: 1em;
+ padding-right: 1em;
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
margin: 0.5em;
text-decoration: none;
color: white;
border-radius: 3em;
+ font-size: 1.25em;
}
a.primary {
@@ -106,33 +110,3 @@ footer a {
color: var(--darkteal);
text-decoration: underline;
}
-
-/* Desktop Layout */
-@media only screen and (min-width: 800px) {
- nav {
- flex-direction: row-reverse;
- margin: 0;
- padding: 0;
- }
-
- div.buttons {
- flex-direction: row-reverse;
- }
-
- .banner {
- text-align: right;
- background: linear-gradient(
- to right,
- rgba(255, 255, 255, 0) 0%,
- rgba(255, 255, 255, 1) 50%
- );
- }
-}
-
-/* Widescreen Layout */
-@media only screen and (min-width: 2000px) {
-section {
- padding-left: 20%;
- padding-right: 20%;
-}
-