Tweak example styles for small windows

This commit is contained in:
Tony Garnock-Jones 2018-12-22 18:07:37 +00:00
parent 01c2a1727e
commit cc248ea27c
1 changed files with 3 additions and 1 deletions

View File

@ -162,10 +162,12 @@ div.frontpage_code_examples {
max-width: 100%;
display: flex;
flex-direction:row;
flex-wrap: wrap;
justify-content: center;
}
div.frontpage_code_examples > div {
width: 50%;
min-width: 24rem;
}
a, a:visited {