diff --git a/place/prestwich-makers-market.md b/place/prestwich-makers-market.md new file mode 100644 index 0000000..2420960 --- /dev/null +++ b/place/prestwich-makers-market.md @@ -0,0 +1,48 @@ +--- +last_modified_at: 2024-12-08 +name: Prestwich Makers Market +address: Outside Longfield Centre +postcode: M25 1BR +web: https://www.themakersmarket.co.uk/pages/nq-makers-market +google: https://maps.app.goo.gl/sZsKMkGB4nXcpyPX8 +tags: + - market + - cake + - indian +omni: true +shop: true +is_chain: false +times: + - "2nd Sunday of every month" +--- + +Prestwich Makers Market always has a good selection of stalls selling vegan food and goodies. Here's some of them: + +**Fully Vegan:** + +- Iced - cakes, puddings, savoury pies +- [Teatime Collective](https://www.teatimecollective.co.uk) - cakes, puddings +- [Neighbourhood Brew Co](https://www.neighbourhoodbrewco.com) - beer +- [Elliot Eastwick](https://worldfamoushotsauce.co.uk) hot sauces + +**Vegan Options:** + +- [Lush Brownies](https://www.facebook.com/lushbrownies) - vegan brownies +- [R&M Fine Chocolates](https://www.rmfchoco.com/) - vegan options +- [Samosa Guy](https://www.facebook.com/thesamosaguy) - veggie samosas are vegan +- [Maria Rita Patisserie](https://www.facebook.com/mariaritapatisserie) - vegan Natas puddings +- The Curry Man - vegan onion bhajis, bombay potato, pakoras, samosas + +..And more! Check it out on the 2nd Sunday of every month. + +--- + +[December 2024:](https://www.facebook.com/groups/veganprestwich/posts/2344538029256933/) "Vegan Yule Log +Just picked up my vegan yule log from Iced at the Makers Market. It's got fresh cream inside and supercute mushrooms and hedgehogs. It's freezable and you can get it by the slice! +Not sure its going to make it to Christmas!!" + +"cuuuute! +I got so much stuff at the market today - samosas from the samosa man, three cakes from teatime collective, two pasties from iced, vegan natas from that natas dude, hot sauces from elliot eastwicks.. +pity the vegan baklava guy wasn't there but otherwise, an excellent haul" + +[August 2024:](https://www.facebook.com/groups/veganprestwich/posts/2236880386689365/) "Just been to the Prestwich Makers Market . My favourite stalls are ICED, The Samosa Man and now added Rachael's Bakes to the list. Rachael makes amazing vegan cookies in flavours like maple and pecan, apple pie, chocolate, raspberry and white chocolate. I'm working my way through the flavours!!! If you're planning a visit its really busy there." diff --git a/style/minima/_layout.scss b/style/minima/_layout.scss index 0173297..b1a8a75 100644 --- a/style/minima/_layout.scss +++ b/style/minima/_layout.scss @@ -17,6 +17,7 @@ letter-spacing: -1px; margin-bottom: 0; float: left; + text-decoration: none; &, &:visited { @@ -74,7 +75,9 @@ display: none; } - &:hover .trigger, &:active .trigger, &:focus .trigger { + &:hover .trigger, + &:active .trigger, + &:focus .trigger { display: block; padding-bottom: 5px; } @@ -91,8 +94,6 @@ } } - - /** * Site footer */ @@ -127,29 +128,29 @@ .footer-col-1 { width: -webkit-calc(35% - (#{$spacing-unit} / 2)); - width: calc(35% - (#{$spacing-unit} / 2)); + width: calc(35% - (#{$spacing-unit} / 2)); } .footer-col-2 { width: -webkit-calc(20% - (#{$spacing-unit} / 2)); - width: calc(20% - (#{$spacing-unit} / 2)); + width: calc(20% - (#{$spacing-unit} / 2)); } .footer-col-3 { width: -webkit-calc(45% - (#{$spacing-unit} / 2)); - width: calc(45% - (#{$spacing-unit} / 2)); + width: calc(45% - (#{$spacing-unit} / 2)); } @include media-query($on-laptop) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (#{$spacing-unit} / 2)); - width: calc(50% - (#{$spacing-unit} / 2)); + width: calc(50% - (#{$spacing-unit} / 2)); } .footer-col-3 { width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); + width: calc(100% - (#{$spacing-unit} / 2)); } } @@ -157,12 +158,10 @@ .footer-col { float: none; width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); + width: calc(100% - (#{$spacing-unit} / 2)); } } - - /** * Page content */ @@ -193,8 +192,6 @@ font-size: 24px; } - - /** * Posts */ diff --git a/style/style.scss b/style/style.scss index 301c1a7..42ac035 100644 --- a/style/style.scss +++ b/style/style.scss @@ -49,6 +49,11 @@ ul { font-size: smaller; } +a { + text-decoration: underline; + text-decoration-color: #ccc; +} + .places-list { &--detailed { color: $grey-color;