Browse Source

Set min width to 1024px

pull/1/head
Luke Childs 6 years ago
parent
commit
5816b5de29
  1. 2
      style.css

2
style.css

@ -2,7 +2,7 @@
body {
color: #333;
min-width: 900px;
min-width: 1024px;
}
a {

Loading…
Cancel
Save