Skip to content

Commit

Permalink
Reduce age input text form
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rn4nd0-c354r committed Oct 24, 2023
1 parent bb8026d commit c5f9efb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ <h1 class="page-title">Concursos Literários em Português ✒</h1>
</b-row>
<b-row>
<b-col cols="2"></b-col>
<b-col cols="3">
<b-col cols="2">
(idade) Tenho &nbsp;
</b-col>
<b-col>
<input v-model="ageFilter" type="text" class="form-contro">&nbsp; anos.
<input v-model="ageFilter" type="text" class="age-form">&nbsp; anos.
</b-col>
</b-row>
<b-row>
<b-col cols="2"></b-col>
<b-col cols="3">
<b-col cols="2">
Escrevo &nbsp;
</b-col>
<b-col>
Expand Down
4 changes: 4 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ body {

/* Filter section */

input.age-form {
width: 3em;
}

#filters {
border: solid 2px white;
border-radius: 10px;
Expand Down

0 comments on commit c5f9efb

Please sign in to comment.