Set text input to 100% width in a @media section.
This commit is contained in:
parent
8d007faaf5
commit
870b35cb65
@ -164,4 +164,5 @@ footer {
|
||||
|
||||
nav {
|
||||
width: 100%;
|
||||
text-align: center; } }
|
||||
text-align: center; }
|
||||
input[type="text"] { width: 100%; } }
|
Loading…
Reference in New Issue
Block a user