Template:Home/shared/styles.css: Revision history

Template page

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 February 2024

  • curprev 17:2117:21, 19 February 2024Mausterio talk contribs 5,975 bytes +5,975 Created page with "@media (max-width: 800px) { .homesizehide { display: none; } } @media (min-width: 800px) { .priority { display: none; } } .article { grid-area: article; } .widgets { grid-area: widgets; } .main-home-grid { display: grid; grid-template-areas: "priority" "article" "widgets"; } @media (min-width: 800px) { .main-home-grid { grid-template-columns: 4.059fr 2fr; grid-gap: 0.625rem; grid-template-areas: "article widgets";..."