comparison src/site.css @ 31:f92034a190d1

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 28 Dec 2022 19:42:14 -0700
parents 44025d01ad7e
children d84e76175dd5
comparison
equal deleted inserted replaced
30:02f0e4da950c 31:f92034a190d1
16 16
17 div[header] { 17 div[header] {
18 font-size: 14px; 18 font-size: 14px;
19 background-color: #ddd; 19 background-color: #ddd;
20 padding: 8px 3%; 20 padding: 8px 3%;
21 display: flex;
22 justify-content: space-between;
21 } 23 }
22 24
23 [content] { 25 [content] {
24 margin-left: 3%; 26 margin-left: 3%;
25 margin-right: 3%; 27 margin-right: 3%;