Compare commits
2 Commits
a5c73f5874
...
7f559f26e3
Author | SHA1 | Date | |
---|---|---|---|
7f559f26e3
|
|||
82ee6c808c
|
@@ -30,6 +30,9 @@ https://creativecommons.org/publicdomain/
|
|||||||
--link-primary-hover: #f8961e;
|
--link-primary-hover: #f8961e;
|
||||||
--link-secondary: #a8f8ff;
|
--link-secondary: #a8f8ff;
|
||||||
--link-secondary-hover: #f9e9c2;
|
--link-secondary-hover: #f9e9c2;
|
||||||
|
|
||||||
|
--link-spacing-horizontal: clamp(0.5rem, -0.25rem + 3vw, 2.5rem);
|
||||||
|
|
||||||
--font-family-hpr: Verdana, Arial, Helvetica, sans-serif; /* 1em/1.5 OpenDyslexic, */;
|
--font-family-hpr: Verdana, Arial, Helvetica, sans-serif; /* 1em/1.5 OpenDyslexic, */;
|
||||||
|
|
||||||
/* screen breakpoints */
|
/* screen breakpoints */
|
||||||
@@ -84,7 +87,8 @@ body > nav ul li {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-right: clamp(0.5rem, -0.25rem + 3vw, 2.5rem);
|
padding-right: var(--link-spacing-horizontal);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
body > header {
|
body > header {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -228,12 +232,13 @@ a.lane-button {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0.5rem;
|
margin: 0.5rem var(--link-spacing-horizontal);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
border-color: var(--link-primary);
|
border-color: var(--link-primary);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
a.lane-button img {
|
a.lane-button img {
|
||||||
|
Reference in New Issue
Block a user