comparing with maing

This commit is contained in:
EthanHealy01 2025-07-10 18:55:16 +01:00
parent bceda80df3
commit ee42145e15
3 changed files with 20 additions and 2 deletions

View File

@ -109,3 +109,21 @@
.add-icon { .add-icon {
color: var(--favourite-add) !important; color: var(--favourite-add) !important;
} }
@media (max-width: 767.98px) {
#scale-wrap {
transform: scale(0.8) !important;
}
.lead {
display: none;
}
.filter-button {
transform-origin: center left;
}
}
.dropdown-contents {
min-width: none m !important;
}

View File

@ -38,7 +38,7 @@
<ul class="navbar-nav me-auto flex-nowrap"> <ul class="navbar-nav me-auto flex-nowrap">
<!-- All Tools --> <!-- All Tools -->
<li id="navItemToHide" class="nav-item dropdown dropdown-mega position-static"> <li id="navItemToHide" class="nav-item dropdown">
<a class="nav-link" id="navbarDropdown-1" href="#" role="button" data-bs-toggle="dropdown" <a class="nav-link" id="navbarDropdown-1" href="#" role="button" data-bs-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"> aria-haspopup="true" aria-expanded="false">
<span class="material-symbols-rounded"> <span class="material-symbols-rounded">

View File

@ -21,7 +21,7 @@
<div> <div>
<br> <br>
<div style="justify-content: center; display: flex;"> <div style="justify-content: center; display: flex;">
<div style="margin:0 3rem"> <div>
<div> <div>
<div <div
style="display:flex; flex-direction: column; justify-content: center; width:100%; margin-bottom:1rem"> style="display:flex; flex-direction: column; justify-content: center; width:100%; margin-bottom:1rem">