Skip to content

Commit

Permalink
Fix responsiveness of images
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Dec 6, 2024
1 parent 81bfbc2 commit 963ab59
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _posts/2024-12-06-p2panda-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ While working on the new version of p2panda we also embarked on collaborations w

This autumn we started working on an autonomous coordination toolkit with a new team of six people, supported by the [Innovate Creative Catalyst Programme](https://iuk-business-connect.org.uk/programme/creative-catalyst/) in UK. The goal of the project is to develop a mobile and desktop app for collectives, organisers and places to share resources and organise events in a shared calendar. This tool has been a [very old goal](https://media.ccc.de/v/36c3-10756-p2panda) of p2panda and it feels incredibly special to have the release of the first prototype scheduled for Spring of 2025!

![](/assets/images/very_large_phone.jpg)
![Ongoing development of the resource sharing and event organising app with p2panda.
](/assets/images/very_large_phone.jpg)

> Ongoing development of the resource sharing and event organising app with p2panda.
Expand Down Expand Up @@ -82,6 +83,6 @@ Our crates are ready to be played with and we are more than curious to hear abou

We are very excited to be hearing from you!

![](/assets/images/adz_sam_glyph.jpg)
![Tired by happy p2panda team: adz, sam and glyph in London](/assets/images/adz_sam_glyph.jpg)

> Happy and tired p2panda team: adz, sam and glyph in London
> Tired by happy p2panda team: adz, sam and glyph in London
13 changes: 13 additions & 0 deletions assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ body {
background-color: var(--pale-yellow);
}

img {
width: 100%;
}

p {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -175,6 +179,15 @@ code {
border-radius: 10px;
}

blockquote {
margin: 0;
}

blockquote p {
font-size: 17px;
font-style: italic;
}

ul {
padding: 20px;
}
Expand Down

0 comments on commit 963ab59

Please sign in to comment.