This commit is contained in:
Rosia E Evans 2025-05-16 12:41:40 +01:00
parent 823a8e46d9
commit 5f97508292
3 changed files with 7 additions and 6 deletions

View file

@ -18,13 +18,14 @@
</nav>
<main class="white_backing">
Find Paws and Petals at:
Click below for our social media
<div class='socials'>
<a href="https://www.instagram.com/paws.petals.dog.grooming/" class="hover_rotate"> <img src='insta144.svg'/> </a>
<a href="https://www.facebook.com/profile.php?id=61572480300546" class="hover_rotate"> <img src='fb144.svg'/> </a>
</div>
Or alternatively:
<br>
Or alternatively:
<br>
<br>

View file

@ -18,7 +18,7 @@
<a href="Contact.html">Contact</a>
</nav>
<main class="white_backing" style="margin-bottom: 0;">click a photo for a bigger picture</main>
<main class="white_backing" style="margin-bottom: 0; padding: 5px;">click a photo for a bigger picture</main>
<main class="gallery">

View file

@ -9,7 +9,7 @@
.font_scaler button{
background: none;
background-color: var(--backing);
border: none;
border: 2px solid var(--text);
margin-left: 10px;
margin-bottom: 10px;
padding: 5px;
@ -21,8 +21,8 @@
height: 3vw;
}
.font_scaler button::hover, .font_scaler img::hover{
background-color: grey;
.font_scaler button:hover, .font_scaler img:hover{
background-color: lightgrey;
}
@media (orientation: portrait) {