Fixing overflow.
This commit is contained in:
parent
9f354345b5
commit
ff95bcf0c7
@ -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; }
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user