remove github stuf

This commit is contained in:
Morrígan 2025-02-16 16:35:39 +01:00
parent 8341310684
commit 7f7367a34d
No known key found for this signature in database
GPG key ID: E15A4E1F85721D46
11 changed files with 61 additions and 80 deletions

View file

@ -35,19 +35,19 @@ button {
/* styles for the index page */
.search-container {
.search_container {
display: flex;
flex-direction: column;
flex-direction: row;
gap: 5rem;
justify-content: center;
align-items: center;
}
.search-container svg {
.search_container svg {
color: var(--logo-color);
}
.search-container div {
.search_container div {
display: flex;
}
@ -102,10 +102,10 @@ button {
}
.search_bar button img {
position:absolute;
left:50%;
top:50%;
transform:translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.search_bar button:active {
@ -336,7 +336,7 @@ footer div {
.results_aggregated {
display: flex;
flex-direction: column;
justify-content: space-between;
justify-content: space-between;
margin: 2rem 0;
content-visibility: auto;
}
@ -593,7 +593,7 @@ footer div {
font-size: 2.5rem;
}
.settings > h1 {
.settings>h1 {
margin-bottom: 4rem;
margin-left: 2rem;
}
@ -603,7 +603,7 @@ footer div {
margin: 0.3rem 0 1rem;
}
.settings > hr {
.settings>hr {
margin-left: 2rem;
}
@ -796,15 +796,15 @@ footer div {
transition: .2s;
}
input:checked + .slider {
input:checked+.slider {
background-color: var(--color-three);
}
input:focus + .slider {
input:focus+.slider {
box-shadow: 0 0 1px var(--color-three);
}
input:checked + .slider::before {
input:checked+.slider::before {
transform: translateX(2.6rem);
}
@ -817,7 +817,7 @@ input:checked + .slider::before {
border-radius: 50%;
}
@media screen and (width <= 1136px) {
@media screen and (width <=1136px) {
.hero-text-container {
width: unset;
}
@ -827,7 +827,7 @@ input:checked + .slider::before {
}
}
@media screen and (width <= 706px) {
@media screen and (width <=706px) {
.about-container article .logo-container svg {
width: clamp(200px, 290px, 815px);
}
@ -851,7 +851,7 @@ input:checked + .slider::before {
.features {
grid-template-columns: 1fr;
}
.feature-list {
padding: 35px 0;
}
@ -859,4 +859,4 @@ input:checked + .slider::before {
.feature-card {
border-radius: 0;
}
}
}