Removing wider than webpage.

This commit is contained in:
Sergiotarxz 2023-10-28 22:21:33 +02:00
parent 666097e012
commit a558246e80
2 changed files with 4 additions and 6 deletions

View File

@ -403,7 +403,7 @@ body {
color: azure; }
body div.page-contents div.articles a article {
word-wrap: break-word;
width: 90%;
width: calc( 90% - 6px);
height: 90%;
padding: 5%;
padding-top: 1%;
@ -514,9 +514,8 @@ body {
display: none; }
body div.page-contents {
top: 0%;
left: 5%;
left: 0%;
height: 80%;
width: 90%;
border: solid 1px black; }
body div.page-contents div.description.open-browser-container {
margin-left: 0;

View File

@ -590,7 +590,7 @@ body {
article {
word-wrap: break-word;
width: 90%;
width: calc( 90% - 6px );
height: 90%;
p, h4, h3, h2 {
@ -812,9 +812,8 @@ body {
}
top: 0%;
left: 5%;
left: 0%;
height: 80%;
width: 90%;
border: solid 1px black;
}