version 1.0

main
Stephen Kerr 2 years ago
parent 2608a28a45
commit e4d7644b00

@ -78,7 +78,7 @@ body{
font-weight: 400; font-weight: 400;
font-size: 15px; font-size: 15px;
line-height: var(--baseline); line-height: var(--baseline);
max-width: 60rem; max-width: 90%;
margin: 0 auto; margin: 0 auto;
} }
.grid-wrap{ .grid-wrap{
@ -97,6 +97,14 @@ h1{
position: relative; position: relative;
top: -1.75mm; top: -1.75mm;
string-set: title content(text); string-set: title content(text);
padding: 8rem 0;
}
h1 svg{
position: absolute;
width: 100vw;
right: -6vw;
top: -8rem;
z-index: -1;
} }
h3{ h3{
font-size: 15pt; font-size: 15pt;
@ -114,6 +122,8 @@ h3{
nav ul li{ nav ul li{
text-decoration: none; text-decoration: none;
display: inline; display: inline;
padding-right: 2rem;
/* float: right; */
} }
.note-call::after{ .note-call::after{

@ -46,8 +46,6 @@
<h1> <h1>
garden garden
<svg <svg
width="297mm"
height="210mm"
viewBox="0 0 297 210" viewBox="0 0 297 210"
version="1.1" version="1.1"
id="svg1110" id="svg1110"

Loading…
Cancel
Save