Update
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
.affiliate-logo {
|
||||
position: relative;
|
||||
right: 0;
|
||||
max-height: 8rem;
|
||||
max-height: 6rem;
|
||||
max-width: 100%;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
@@ -132,7 +132,7 @@
|
||||
|
||||
#container {
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
@@ -46,7 +46,7 @@
|
||||
|
||||
#communities-img {
|
||||
position: absolute;
|
||||
width: 11rem;
|
||||
width: 11.5rem;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
z-index: 0;
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
#container {
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
@@ -84,7 +84,7 @@
|
||||
.coop-logo {
|
||||
position: relative;
|
||||
right: 0;
|
||||
max-height: 8rem;
|
||||
max-height: 6rem;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
|
||||
#container {
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
@@ -94,7 +94,7 @@
|
||||
|
||||
#container {
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
@@ -135,7 +135,7 @@ None of them near you? Not a problem! Join our WhatsApp group and we will help y
|
||||
|
||||
#container {
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
@@ -51,32 +51,14 @@
|
||||
#container-grid > div > h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#groups-img {
|
||||
|
||||
#groups-img, #communities-img, #coops-img {
|
||||
position: absolute;
|
||||
width: 14rem;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
z-index: 0;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#communities-img {
|
||||
position: absolute;
|
||||
width: 11rem;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
z-index: 0;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#coops-img {
|
||||
position: absolute;
|
||||
width: 10.5rem;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
z-index: 0;
|
||||
opacity: 0.2;
|
||||
height: 8rem;
|
||||
}
|
||||
|
||||
#text-container {
|
||||
@@ -91,7 +73,7 @@
|
||||
|
||||
#container {
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
@@ -106,7 +88,7 @@
|
||||
|
||||
#container-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1.2fr 1.05fr 1fr;
|
||||
grid-template-columns: 1.2fr 1.1fr 1fr;
|
||||
grid-gap: 4rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
@@ -117,7 +99,7 @@
|
||||
|
||||
#container-grid > div > p {
|
||||
position: relative;
|
||||
margin-top: 7rem;
|
||||
margin-top: 5rem;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
@@ -237,7 +237,7 @@
|
||||
position: fixed;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: #a9a9a9 0.1rem solid;
|
||||
border: #cdcdcd 0.1rem solid;
|
||||
border-radius: 1rem;
|
||||
padding: 2rem;
|
||||
padding-right: 0.8rem;
|
||||
@@ -250,7 +250,7 @@
|
||||
#toggle-content {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.2rem;
|
||||
font-family: var(--sans-serif,sans-serif);
|
||||
text-align: left;
|
||||
margin-bottom: 1rem;
|
||||
@@ -280,11 +280,11 @@
|
||||
color: black;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.35rem;
|
||||
text-align: left;
|
||||
font-family: var(--sans-serif,sans-serif);
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.level0 {
|
||||
@@ -299,7 +299,7 @@
|
||||
z-index: 1;
|
||||
margin-left: 1rem;
|
||||
width: calc(100% - 1rem);
|
||||
border-left: #a9a9a9 0.1rem solid;
|
||||
border-left: #cdcdcd 0.1rem solid;
|
||||
}
|
||||
|
||||
.heading-button:hover {
|
||||
@@ -312,7 +312,7 @@
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2.2rem;
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -328,7 +328,7 @@
|
||||
#text-container {
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-template-columns: 20rem 800px 20rem;
|
||||
grid-template-columns: 20rem 700px 20rem;
|
||||
grid-gap: 2rem;
|
||||
max-width: calc(100vw - 4rem);
|
||||
margin: auto;
|
||||
|
@@ -33,14 +33,14 @@
|
||||
|
||||
<!-- Navigation bar -->
|
||||
<header bind:this={navbar} id="navbar">
|
||||
<!-- Hamburger icon -->
|
||||
<input bind:this={hambInput} type="checkbox" id="side-menu" on:click={changeNavbar}>
|
||||
<label id="hamb" for="side-menu"><span id="hamb-line"></span></label>
|
||||
<!-- Logo -->
|
||||
<a id=logo-container href="/">
|
||||
<img src="img/common/flag.png" id="navbar-logo" alt="logo">
|
||||
<span id="navbar-logo-text">Libertarian socialists</span>
|
||||
</a>
|
||||
<!-- Hamburger icon -->
|
||||
<input bind:this={hambInput} type="checkbox" id="side-menu" on:click={changeNavbar}>
|
||||
<label id="hamb" for="side-menu"><span id="hamb-line"></span></label>
|
||||
<!-- Menu -->
|
||||
<nav id="nav">
|
||||
<ul id="menu">
|
||||
|
Reference in New Issue
Block a user