about summary refs log tree commit diff
path: root/served/words/weeknotes/weeknotes.css
blob: c83c411e8157ad8f9c4d0fc6def9b68bf3549dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ul {
	list-style-type: none;
	padding: 0;
}

li {
	margin: 0 0.5rem;
}

.wk-notes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}