Skip to content

Commit

Permalink
Search and login input width
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Jan 9, 2025
1 parent 340485a commit 305ddb2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions svjis/articles/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -925,4 +925,17 @@ footer a:hover {
.back_to_list {
display: block;
}

#search-input {
width: 200px;
}

#search-submit {
left: 215px;
}

#login-input, #password-input {
width: 150px;
}

}

0 comments on commit 305ddb2

Please sign in to comment.