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 {
|
||||
border-radius: 5px;
|
||||
/* 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 */
|
||||
max-height: 800px;
|
||||
}
|
||||
|
|
@ -1203,7 +1203,7 @@ footer.site-footer {
|
|||
|
||||
/* Legacy footer classes support (can be removed when not used elsewhere) */
|
||||
.footer { display: flex; flex-direction: row; justify-content: space-between; }
|
||||
.about { width: 30%; }
|
||||
.about { }
|
||||
.footer-link { width: 30%; }
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue