Template:Mdn.css: Difference between revisions

No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 55: Line 55:
align-items: center;
align-items: center;
padding: 1rem;
padding: 1rem;
margin: 1rem 0;
.text {
.text {
Line 114: Line 115:
display: flex;
display: flex;
align-items: start;
align-items: start;
margin-bottom: 2rem;
.awesome, a {
display: contents;
}
.mw-headline { display: contents }
img {
img {
width: 24px;
width: 32px;
height: auto;
height: auto;
aspect-ratio: 1 / 1;
aspect-ratio: 1 / 1;
}
}
}
}
Line 139: Line 146:
#mw-panel {
#mw-panel {
display: none;
display: none;
}
.toc {
grid-area: toc;
}
}