CSS fix

83be60354cca4c8326ae5fc904c8e26008693df9
Alexis Sellier committed ago 1 parent b02b7706
_includes/index.css +8 -0
41 41
}
42 42
43 43
nav footer, .subtle, .date {
44 44
	color: #bbb;
45 45
}
46 +
47 +
@media /* Smaller desktop */
48 +
only screen and (max-device-width: 960px),
49 +
only screen and (max-width: 960px) {
50 +
  nav ul {
51 +
    column-count: 1 !important;
52 +
  }
53 +
}