From 59777273a068013a1eb8ceae711235bd2ab748ed Mon Sep 17 00:00:00 2001 From: mnymkr Date: Thu, 7 Sep 2023 17:30:05 +0700 Subject: [PATCH] Updated max width of the website --- index.html | 2 +- styles.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 90976d2..509240c 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ -
+

Wage counter

diff --git a/styles.css b/styles.css index 2795011..8a1d066 100644 --- a/styles.css +++ b/styles.css @@ -7,4 +7,8 @@ .btn { min-width: 100px; +} + +.container-sm { + max-width: 540px; } \ No newline at end of file