Fixing overflow.

This commit is contained in:
Sergiotarxz 2023-08-30 23:47:37 +02:00
parent 9f354345b5
commit ff95bcf0c7
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ body {
text-decoration: none;
display: flex;
justify-content: space-between;
width: 100%;
width: calc(100% - 20px);
align-items: center;
margin-left: 10px;
margin-right: 10px; }

View File

@ -394,7 +394,7 @@ body {
text-decoration: none;
display: flex;
justify-content: space-between;
width: 100%;
width: calc(100% - 20px);
align-items: center;
margin-left: 10px;
margin-right: 10px;