1
0
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:
Wako
2018-12-08 12:23:18 -06:00
committed by GitHub
parent ac13679413
commit b3da154fa4

View File

@@ -9,7 +9,7 @@
-4px 0 $border;
}
max-width: 100%;
width: 100%;
padding: 0.5rem 1rem;
margin: 4px;
border: none;