]> git.armaanb.net Git - bettersearch.git/blob - static/styles.css
Implement a working prototype
[bettersearch.git] / static / styles.css
1 body {
2         max-width: 1000px;
3 }
4
5 .result {
6         background: #eee;
7         margin: 0.5em 0;
8         padding: 0.25em;
9 }