Removing wider than webpage.
This commit is contained in:
parent
666097e012
commit
a558246e80
@ -403,7 +403,7 @@ body {
|
|||||||
color: azure; }
|
color: azure; }
|
||||||
body div.page-contents div.articles a article {
|
body div.page-contents div.articles a article {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
width: 90%;
|
width: calc( 90% - 6px);
|
||||||
height: 90%;
|
height: 90%;
|
||||||
padding: 5%;
|
padding: 5%;
|
||||||
padding-top: 1%;
|
padding-top: 1%;
|
||||||
@ -514,9 +514,8 @@ body {
|
|||||||
display: none; }
|
display: none; }
|
||||||
body div.page-contents {
|
body div.page-contents {
|
||||||
top: 0%;
|
top: 0%;
|
||||||
left: 5%;
|
left: 0%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
width: 90%;
|
|
||||||
border: solid 1px black; }
|
border: solid 1px black; }
|
||||||
body div.page-contents div.description.open-browser-container {
|
body div.page-contents div.description.open-browser-container {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -590,7 +590,7 @@ body {
|
|||||||
|
|
||||||
article {
|
article {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
width: 90%;
|
width: calc( 90% - 6px );
|
||||||
height: 90%;
|
height: 90%;
|
||||||
|
|
||||||
p, h4, h3, h2 {
|
p, h4, h3, h2 {
|
||||||
@ -812,9 +812,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
top: 0%;
|
top: 0%;
|
||||||
left: 5%;
|
left: 0%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
width: 90%;
|
|
||||||
border: solid 1px black;
|
border: solid 1px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user