public/fonts/LibreBarcode39Extended-Regular.woff
public/fonts/LibreBarcode39Extended-Regular.woff
This is a binary file and will not be displayed.
public/fonts/LibreBarcode39ExtendedText-Regular.woff
public/fonts/LibreBarcode39ExtendedText-Regular.woff
This is a binary file and will not be displayed.
+3
-3
src/pages/home.astro
+3
-3
src/pages/home.astro
···
14
<header class="bwbox center flex">
15
<h1>ENTOMOVISCERA.ONLINE</h1>
16
<a href="/">
17
-
<img src="/img/icons/poweroff.png" alt="return to landing page">
18
</a>
19
</header>
20
<main class="grid">
21
<div class="bwbox center hidedeco">
22
-
<img src="/img/sprites/sunfl1.png" alt=""/>
23
</div>
24
<div id="blog" class="bwbox">
25
<h2>Latest blog post</h2>
···
55
justify-content: center;
56
}
57
58
-
header h1{
59
flex: 1 1 100%;
60
}
61
···
14
<header class="bwbox center flex">
15
<h1>ENTOMOVISCERA.ONLINE</h1>
16
<a href="/">
17
+
<img src="/img/icons/poweroff.png" alt="return to landing page" />
18
</a>
19
</header>
20
<main class="grid">
21
<div class="bwbox center hidedeco">
22
+
<img src="/img/sprites/sunfl1.png" alt="" />
23
</div>
24
<div id="blog" class="bwbox">
25
<h2>Latest blog post</h2>
···
55
justify-content: center;
56
}
57
58
+
header h1 {
59
flex: 1 1 100%;
60
}
61
+6
src/styles/main.css
+6
src/styles/main.css