1
0
Fork 0

Set text input to 100% width in a @media section.

This commit is contained in:
Alexander Andreev 2022-07-01 04:08:12 +04:00
parent 8d007faaf5
commit 870b35cb65
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 2 additions and 1 deletions

View File

@ -164,4 +164,5 @@ footer {
nav {
width: 100%;
text-align: center; } }
text-align: center; }
input[type="text"] { width: 100%; } }