mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 18:16:30 +03:00
Fix homepage polish and update stars
This commit is contained in:
@@ -26,11 +26,13 @@
|
||||
.magazine-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: grid;
|
||||
grid-template-columns: 200px 1fr;
|
||||
grid-template-columns: clamp(172px, 21vw, 200px) minmax(0, 1fr);
|
||||
gap: var(--spacing-lg);
|
||||
align-items: start;
|
||||
overflow: hidden;
|
||||
padding: var(--spacing-lg);
|
||||
}
|
||||
|
||||
@media (min-width: 1100px) {
|
||||
|
||||
Reference in New Issue
Block a user