Updated privacy
This commit is contained in:
@@ -1,128 +1,58 @@
|
||||
:root {
|
||||
--blue-1: #001A33;
|
||||
--blue-2: #004D99;
|
||||
--blue-3: #0080FF;
|
||||
--blue-4: #66B3FF;
|
||||
--blue-5: #CCE6FF;
|
||||
--grey-1: #161A1D;
|
||||
--grey-2: #434D56;
|
||||
--grey-3: #708090;
|
||||
--grey-4: #A9B3BC;
|
||||
--grey-5: #E2E6E9;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
|
||||
html {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, p {
|
||||
margin-bottom: 0.5em;
|
||||
h1, h2, h3, h4, p, ul {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
line-height: 1.3;
|
||||
font-weight: bold;
|
||||
h1, h2, h3, h4 {
|
||||
font-weight: bold;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 35px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
font-size: 1.75rem;
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 25px;
|
||||
font-size: 1.5rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0 0 1em 2.5em;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid var(--blue-3);
|
||||
border-bottom: 1px solid var(--blue-medium);
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--blue-3);
|
||||
color: var(--blue-medium);
|
||||
}
|
||||
|
||||
#container {
|
||||
padding: 25px;
|
||||
margin: 50px auto;
|
||||
max-width: 1250px;
|
||||
}
|
||||
|
||||
.space-10 {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.space-25 {
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.space-50 {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
@media (max-width: 1023px) {
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
margin: 3rem auto;
|
||||
max-width: 1200px;
|
||||
padding: 1.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user