modification du css pour la balise <pre>. Elle à désormais une largeur et une longueur max.
This commit is contained in:
parent
c21354a663
commit
c327a55e41
1 changed files with 2 additions and 2 deletions
|
|
@ -654,7 +654,7 @@ img {
|
||||||
pre {
|
pre {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
/* Ne dépasse pas du parent en largeur et défile si nécessaire */
|
/* Ne dépasse pas du parent en largeur et défile si nécessaire */
|
||||||
max-width: 100%;
|
max-width: 800px;
|
||||||
overflow: auto; /* scroll horizontal et vertical si besoin */
|
overflow: auto; /* scroll horizontal et vertical si besoin */
|
||||||
max-height: 800px;
|
max-height: 800px;
|
||||||
}
|
}
|
||||||
|
|
@ -1203,7 +1203,7 @@ footer.site-footer {
|
||||||
|
|
||||||
/* Legacy footer classes support (can be removed when not used elsewhere) */
|
/* Legacy footer classes support (can be removed when not used elsewhere) */
|
||||||
.footer { display: flex; flex-direction: row; justify-content: space-between; }
|
.footer { display: flex; flex-direction: row; justify-content: space-between; }
|
||||||
.about { width: 30%; }
|
.about { }
|
||||||
.footer-link { width: 30%; }
|
.footer-link { width: 30%; }
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue