Skip to content

Commit

Permalink
Updated max width of the website
Browse files Browse the repository at this point in the history
  • Loading branch information
mnymkr committed Sep 7, 2023
1 parent 2baa203 commit 5977727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>

<div class="container">
<div class="container container-sm">
<h2>Wage counter</h2>

<div class="input-group">
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@

.btn {
min-width: 100px;
}

.container-sm {
max-width: 540px;
}

0 comments on commit 5977727

Please sign in to comment.