Compare commits
No commits in common. "bcd362995bdb8ac58e20f24307730a791a4a7d47" and "c35d2a7f53f9ae4f168084d265ceb44f6c7ee05e" have entirely different histories.
bcd362995b
...
c35d2a7f53
2 changed files with 4 additions and 11 deletions
|
@ -21,7 +21,7 @@ const imageFiles = (await Astro.glob('../assets/cat-pics/*'));
|
|||
style="font-family: var(--font-title);">
|
||||
Kuro Pics!
|
||||
</h1>
|
||||
<p class="text-center m-4 text-xl">
|
||||
<p class="text-center mb-4 text-xl">
|
||||
This is Kuro. She's about 6 years old. She likes squishy things,
|
||||
like extra towels on the bed.
|
||||
</p>
|
||||
|
|
|
@ -5,16 +5,9 @@
|
|||
* The parent <main> must have a class called ".post-listing"
|
||||
*
|
||||
*/
|
||||
@media (min-width: 980px) {
|
||||
main.post-listing {
|
||||
width: 960px;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
@media not (min-width: 980px) {
|
||||
main.post-listing {
|
||||
margin: 30px;
|
||||
}
|
||||
main.post-listing {
|
||||
width: 960px;
|
||||
margin: auto;
|
||||
}
|
||||
main.post-listing ul {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue