nearly, so nearly there
This commit is contained in:
parent
84cf8bf073
commit
09a4391efe
|
@ -93,15 +93,6 @@ h1 {
|
|||
line-height: 20px;
|
||||
vertical-align: middle;
|
||||
font-size: 19px;
|
||||
/* padding: 5px; */
|
||||
|
||||
/* border: 2px solid #fff;
|
||||
border-radius: 50%;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
position: relative;
|
||||
left: 8px;
|
||||
color: transparent; */
|
||||
}
|
||||
|
||||
.circleIcon:hover {
|
||||
|
@ -142,6 +133,7 @@ h1 {
|
|||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
|
||||
.siteBlurb {
|
||||
|
@ -154,20 +146,24 @@ h1 {
|
|||
}
|
||||
|
||||
.siteBlurb h1 {
|
||||
margin: 1rem 2rem;
|
||||
margin: 1.625rem 2rem 0rem 2rem;
|
||||
font-weight: 400;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.siteBlurb p {
|
||||
margin:0;
|
||||
margin:0.75rem 2.25rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.registerButton {
|
||||
margin-top: 0.875rem;
|
||||
background-color: white;
|
||||
color: var(--site-color);
|
||||
font-size: 19px;
|
||||
font-size: 12px;
|
||||
border: none;
|
||||
padding: 17px 64px;
|
||||
padding: 13px 76px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
|
@ -180,26 +176,32 @@ h1 {
|
|||
.socialButtonsSection {
|
||||
/* display: block; */
|
||||
text-align: center;
|
||||
margin:0;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.socialButtonsSection i {
|
||||
/* padding: 0.5rem; */
|
||||
/* margin-left: 0.5rem;
|
||||
margin-left: 0.25rem;
|
||||
margin-top: 0.9375rem;
|
||||
margin-right: 0; */
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.circleIcon {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: white;
|
||||
background: transparent;
|
||||
border: 1.75px solid #fff;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border: 1.5px solid #fff;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
vertical-align: middle;
|
||||
font-size: 19px;
|
||||
line-height: 11px;
|
||||
/* vertical-align: middle; */
|
||||
align-content: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.attribution { margin: 10px 0;}
|
||||
}
|
Loading…
Reference in New Issue