mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
Update inputs.scss
Using width instead of max-width don't make the input wider than it's container in mobile.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
-4px 0 $border;
|
-4px 0 $border;
|
||||||
}
|
}
|
||||||
|
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
border: none;
|
border: none;
|
||||||
|
Reference in New Issue
Block a user