mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 17:30:23 +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;
|
||||
}
|
||||
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 4px;
|
||||
border: none;
|
||||
|
Reference in New Issue
Block a user