added updateall btn to marketplace
This commit is contained in:
@@ -300,21 +300,6 @@ body {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
Here is the CSS you need to add to the very bottom of your file.
|
||||
|
||||
I have targeted the specific classes you provided (.card, .section, .back-btn) to make them touch-friendly, and I added a specific section to fix the "Who's exploring?" screen from your screenshot.
|
||||
1. First: The HTML Tag (Crucial)
|
||||
|
||||
Ensure this is in your HTML <head> or the CSS below will not work:
|
||||
HTML
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
2. The CSS Update
|
||||
|
||||
Copy and paste this entire block to the bottom of your CSS file:
|
||||
CSS
|
||||
|
||||
@media (max-width: 768px) {
|
||||
:root {
|
||||
--nav-height: 60px;
|
||||
|
||||
Reference in New Issue
Block a user