mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 00:29:04 +02:00
Merge pull request #21108 from overleaf/mf-only-one-container-gallery-redesign
[web] Make sure gallery (tagged and non-tagged) page only have a single `.container` on each page GitOrigin-RevId: df5272082a7f74dcc4051560692eaf715b49dc37
This commit is contained in:
@@ -41,14 +41,13 @@
|
||||
}
|
||||
|
||||
.gallery-header {
|
||||
// padding: 0 is added when the screen size is much bigger than the $templates-search-max-width
|
||||
// to remove unwanted padding
|
||||
@include media-breakpoint-up(xl) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
max-width: $templates-search-max-width;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,14 +68,9 @@
|
||||
max-width: 828px;
|
||||
}
|
||||
|
||||
.top-picks-banner.container {
|
||||
.top-picks-banner {
|
||||
padding: 0;
|
||||
margin: var(--spacing-16) auto;
|
||||
}
|
||||
|
||||
.top-picks-banner {
|
||||
// padding: var(--spacing-16) 90px;
|
||||
// width: 100%;
|
||||
|
||||
h3 {
|
||||
font-size: var(--font-size-08);
|
||||
|
||||
Reference in New Issue
Block a user