Skip to content

Commit

Permalink
CHORE: sync 22 12 2023 - develop into etna-rosetta (#1499)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Hosgood <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: JohnHeeryTNA <[email protected]>
  • Loading branch information
4 people authored Jan 2, 2024
1 parent 467b324 commit 4f32ec4
Show file tree
Hide file tree
Showing 12 changed files with 368 additions and 351 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Etna"
version = "23.12.05.25"
version = "23.12.13.26"
description = ""
authors = ["James Biggs <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion sass/includes/search/_catalogue-search-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

&__sidebar {
-ms-grid-column: 1;
min-width: 300px;
min-width: 320px;
@media only screen and (max-width: $screen__xl) {
grid-column: 1 / -1;
-ms-grid-column: 1;
Expand Down
1 change: 1 addition & 0 deletions sass/includes/search/_search-results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
margin-left: 2rem;
margin-right: 2rem;
display: block;
padding-top: 1rem;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sass/includes/search/_search-results__list-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ dd {

.featured-search__website-results__head {
@media only screen and (min-width: #{$screen__md + 1px}) {
padding-left: 1em;
padding-left: 1.75em;
padding-bottom: 1em;
}
}
Expand Down
Loading

0 comments on commit 4f32ec4

Please sign in to comment.