Update
This commit is contained in:
@@ -77,7 +77,8 @@ body {
|
||||
font-display: swap;
|
||||
src: /*local('DejaVuLGCSerif'),
|
||||
local('DejaVu LGC Serif'), */
|
||||
url('/fonts/DejaVu/DejaVuLGCSerif.woff2') format('woff2'),
|
||||
/*url('/fonts/DejaVu/DejaVuLGCSerif.woff2') format('woff2'), */
|
||||
url('/fonts/DejaVu/solitasserifnormregular.woff2') format('woff2'),
|
||||
url('/fonts/DejaVu/DejaVuLGCSerif.woff') format('woff');
|
||||
}
|
||||
|
||||
@@ -99,65 +100,82 @@ b {
|
||||
|
||||
h1 {
|
||||
font-family: var(--sans-serif, sans-serif);
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
font-family: var(--sans-serif, sans-serif);
|
||||
font-weight: bold;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: var(--sans-serif, sans-serif);
|
||||
font-size: 1.6rem
|
||||
font-size: 1.5rem;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-family: var(--sans-serif, sans-serif);
|
||||
font-size: 1.4rem
|
||||
font-size: 1.3rem;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
span {
|
||||
font-family: var(--serif, serif);
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.25rem;
|
||||
height: auto;
|
||||
width: auto;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: var(--serif, serif);
|
||||
font-size: 1.1rem;
|
||||
line-height: 170%;
|
||||
font-size: 1.25rem;
|
||||
line-height: 150%;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: var(--serif, serif);
|
||||
font-size: 1.25rem;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
li {
|
||||
font-family: var(--serif, serif);
|
||||
font-size: 1.25rem;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
b,i,s {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
label {
|
||||
font-family: var(--serif, serif);
|
||||
font-size: 1.1rem;
|
||||
font-size: 1rem;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
sup {
|
||||
font-size: inherit;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
top: -0.682rem;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
sub {
|
||||
font-size: inherit;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
top: 0.34rem;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
font-family: var(--serif, serif);
|
||||
font-size: 1.638rem;
|
||||
color: black;
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
a:link { text-decoration: none; }
|
||||
|
@@ -70,6 +70,10 @@
|
||||
background-color: #f7aec0;
|
||||
}
|
||||
|
||||
#menu li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#nav{
|
||||
max-height: 0;
|
||||
/*transition: max-height .5s ease-out;*/
|
||||
|
@@ -1,4 +1,9 @@
|
||||
export let groups = [
|
||||
{
|
||||
location: ["Denmark, Copenhagen",[55.6840661150132, 12.557133959514688]],
|
||||
members: 1,
|
||||
contact: ["https://discord.gg/xAPZmyr8B6","Discord invite link"]
|
||||
},
|
||||
{
|
||||
location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]],
|
||||
members: 3,
|
||||
@@ -14,13 +19,6 @@ export let groups = [
|
||||
members: 2,
|
||||
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
||||
},
|
||||
{
|
||||
location: ["Denmark, Copenhagen",[55.6840661150132, 12.557133959514688]],
|
||||
members: 1,
|
||||
contact: ["https://discord.gg/xAPZmyr8B6","Discord invite link"]
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
||||
export function addMarkersGroups(map) {
|
||||
|
@@ -64,10 +64,11 @@
|
||||
transform: translate(-50%);
|
||||
z-index: 0;
|
||||
opacity: 0.2;
|
||||
margin-top: -2rem;
|
||||
}
|
||||
|
||||
#text-container>:nth-child(3) {
|
||||
margin-top: 8rem;
|
||||
margin-top: 6rem;
|
||||
}
|
||||
|
||||
.img-general-info {
|
||||
@@ -105,7 +106,6 @@
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 1.15rem;
|
||||
color: #DD1C1A;
|
||||
}
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -142,7 +142,6 @@
|
||||
}
|
||||
|
||||
#container p {
|
||||
font-size: 1.15rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
|
@@ -71,7 +71,6 @@
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 1.15rem;
|
||||
color: #DD1C1A;
|
||||
}
|
||||
|
||||
@@ -88,7 +87,7 @@
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -108,7 +107,6 @@
|
||||
}
|
||||
|
||||
#container p {
|
||||
font-size: 1.15rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
|
@@ -102,7 +102,6 @@
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 1.15rem;
|
||||
color: #DD1C1A;
|
||||
}
|
||||
|
||||
@@ -119,7 +118,7 @@
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -139,7 +138,6 @@
|
||||
}
|
||||
|
||||
#container p {
|
||||
font-size: 1.15rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
|
@@ -67,7 +67,6 @@
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 1.15rem;
|
||||
color: #DD1C1A;
|
||||
}
|
||||
|
||||
@@ -85,7 +84,7 @@
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -105,7 +104,6 @@
|
||||
}
|
||||
|
||||
#container p {
|
||||
font-size: 1.15rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
|
@@ -86,7 +86,6 @@ None of them near you? Not a problem! Join our WhatsApp group and we will help y
|
||||
|
||||
ol li {
|
||||
position: relative;
|
||||
font-size: 1.15rem;
|
||||
font-family: var(--serif,serif);
|
||||
margin-left: 1.5rem;
|
||||
list-style-position: outside
|
||||
@@ -110,7 +109,6 @@ None of them near you? Not a problem! Join our WhatsApp group and we will help y
|
||||
|
||||
#call-to-action-list > ol>li {
|
||||
position: relative;
|
||||
font-size: 1.15rem;
|
||||
font-family: var(--serif,serif);
|
||||
margin-left: 3rem;
|
||||
}
|
||||
@@ -131,7 +129,7 @@ None of them near you? Not a problem! Join our WhatsApp group and we will help y
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -159,12 +157,10 @@ None of them near you? Not a problem! Join our WhatsApp group and we will help y
|
||||
}
|
||||
|
||||
#text-container a {
|
||||
font-size: 1.15rem;
|
||||
color: #DD1C1A
|
||||
}
|
||||
|
||||
#container p {
|
||||
font-size: 1.15rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
|
@@ -101,7 +101,6 @@
|
||||
}
|
||||
|
||||
#container p {
|
||||
font-size: 1.15rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
@@ -109,6 +108,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: 1.2fr 1.05fr 1fr;
|
||||
grid-gap: 4rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
#container-grid > div {
|
||||
|
@@ -352,7 +352,6 @@
|
||||
}
|
||||
|
||||
#container p {
|
||||
font-size: 1.15rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user