Skip to content

Commit

Permalink
Fix: Don't let images overflow the whole poster
Browse files Browse the repository at this point in the history
  • Loading branch information
hastern committed Nov 22, 2020
1 parent 1fb2061 commit 77dc426
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/brainstorming.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ body {
font-size:.6em;
font-family: cursive;
}

.box img {
width: 80%;
}
/*.box>div {background-color:blueviolet; display:block; width:100%; height:100%}*/
.container {
position: relative;
Expand Down

0 comments on commit 77dc426

Please sign in to comment.