qol
This commit is contained in:
parent
823a8e46d9
commit
5f97508292
3 changed files with 7 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue