Skip to content

Commit 91321df

Browse files
encukouhroncok
authored andcommitted
Start showing multiple columns at 3 columns, instead of 2 (#17)
With apologies to information-density geeks, the page just looks better with a single column. The multi-column display can still useful for a big, static (not scrollable) screen, for example at a conference, but then there should be 3 or 4 columns. If there's space only for two, let's not overload the reader, and show the points one by one.
1 parent 36da07a commit 91321df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ footer a {
160160
}
161161
}
162162

163-
/* Big screens: Points displayed in multiple columns */
164-
@media only screen and (min-width : 100em) {
163+
/* Giant screens: Points displayed in multiple (3+) columns */
164+
@media only screen and (min-width : 140em) {
165165
div.points {
166166
display: flex;
167167
flex-wrap: wrap;

0 commit comments

Comments
 (0)