small fixes and adjustments
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
<script src="./scripts/nav.js" defer></script>
|
<script src="./scripts/nav.js" defer></script>
|
||||||
<script src="./scripts/footer.js" defer></script>
|
<script src="./scripts/footer.js" defer></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<link rel="canonical" href="https://fedizinefest.fyi/" />
|
<link rel="canonical" href="https://fedizinefest.fyi/" />
|
||||||
<meta name="description" content="homepage for FediZineFest 2025" />
|
<meta name="description" content="homepage for FediZineFest 2025" />
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
/* Iframes on signup page */
|
|
||||||
|
|
||||||
.iframe-flex {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iframe {
|
|
||||||
margin-top: 2rem;
|
|
||||||
flex: 0 0 100%;
|
|
||||||
max-width: 750px;
|
|
||||||
}
|
|
||||||
+5
-11
@@ -52,10 +52,6 @@
|
|||||||
border-top: 4px solid light-dark(var(--color-header-light), var(--color-header-dark));
|
border-top: 4px solid light-dark(var(--color-header-light), var(--color-header-dark));
|
||||||
}
|
}
|
||||||
|
|
||||||
.divider {
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Body */
|
/* Body */
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
@@ -75,8 +71,7 @@ a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Focus */
|
/* Focus */
|
||||||
*:focus,
|
*:focus-visible {
|
||||||
a:focus {
|
|
||||||
outline: 3px solid light-dark(var(--color-header-light), var(--color-header-dark));
|
outline: 3px solid light-dark(var(--color-header-light), var(--color-header-dark));
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
background-color: light-dark(var(--color-header-light), var(--color-header-dark));
|
background-color: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||||
@@ -88,8 +83,7 @@ h3 a:visited {
|
|||||||
background-color: light-dark(var(--color-header-light), var(--color-header-dark));
|
background-color: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 *:focus,
|
h3 *:focus-visible {
|
||||||
h3 a:focus {
|
|
||||||
outline: 3px solid light-dark(var(--color-text-light), var(--color-text-dark));
|
outline: 3px solid light-dark(var(--color-text-light), var(--color-text-dark));
|
||||||
background-color: light-dark(var(--color-text-light), var(--color-text-dark));
|
background-color: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||||
}
|
}
|
||||||
@@ -138,19 +132,19 @@ h1 {
|
|||||||
|
|
||||||
@media (min-width: 650px) {
|
@media (min-width: 650px) {
|
||||||
h1 {
|
h1 {
|
||||||
margin: 5rem 0 2rem 0;
|
margin: 5rem 0 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
padding: 3rem 0 0 0;
|
padding: 3rem 0 0;
|
||||||
border-top: solid;
|
border-top: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
margin: 1rem 0 0 0;
|
margin: 1rem 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* dl/dt/dd */
|
/* dl/dt/dd */
|
||||||
|
|||||||
@@ -37,8 +37,6 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<nav role="navigation" id="top-nav"></nav>
|
<nav role="navigation" id="top-nav"></nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<h1>FediZineFest 2025</h1>
|
<h1>FediZineFest 2025</h1>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
"site": "https://leecat.art",
|
"site": "https://leecat.art",
|
||||||
"format": "physical",
|
"format": "physical",
|
||||||
"blurb": "2 color hand-printed zine with pictures of my dog",
|
"blurb": "2 color hand-printed zine with pictures of my dog",
|
||||||
"title": "KESTRAL"
|
"title": "KESTREL"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Em/mett",
|
"name": "Em/mett",
|
||||||
|
|||||||
@@ -40,8 +40,6 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<nav role="navigation" id="top-nav"></nav>
|
<nav role="navigation" id="top-nav"></nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<header role="banner"><h1>Catalog of Years</h1></header>
|
<header role="banner"><h1>Catalog of Years</h1></header>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user