drone build Mon Jul 20 16:27:54 PDT 2026
This commit is contained in:
19
index.html
19
index.html
@ -284,16 +284,13 @@ footer a:focus-visible {
|
||||
|
||||
/* Misc */
|
||||
#hero {
|
||||
aspect-ratio: 9 / 16;
|
||||
aspect-ratio: 40 / 9;
|
||||
object-fit: cover;
|
||||
width: 33%;
|
||||
margin: .5rem 1rem .5rem 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.inset-left,
|
||||
.inset-right {
|
||||
margin-block: .5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
/* only float on larger screens */
|
||||
@ -301,16 +298,16 @@ footer a:focus-visible {
|
||||
.inset-left,
|
||||
.inset-right {
|
||||
clear: both;
|
||||
width: 33%;
|
||||
margin-inline: 0;
|
||||
width: 40%;
|
||||
margin: .5rem 0;
|
||||
}
|
||||
.inset-left {
|
||||
float: left;
|
||||
margin-inline-end: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.inset-right {
|
||||
float: right;
|
||||
margin-inline-start: 1rem;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}</style>
|
||||
|
||||
@ -338,8 +335,6 @@ footer a:focus-visible {
|
||||
<div id="content">
|
||||
<h1>Welcome to District Dharma</h1>
|
||||
|
||||
<img class="inset-left" src="/img/52iFlGsHqZ-1800.jpeg" alt="chickadee" loading="lazy" decoding="async" width="1800" height="1200">
|
||||
|
||||
|
||||
|
||||
<h2>Who we are</h2>
|
||||
@ -393,6 +388,6 @@ footer a:focus-visible {
|
||||
<p><a href="/attribution/">site attribution</a></p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/` was built on 2026-07-20T23:22:50.754Z -->
|
||||
<!-- This page `/` was built on 2026-07-20T23:27:48.097Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user