]> git.openstreetmap.org Git - stateofthemap.git/blob - style.css
Add Container and GHA to build
[stateofthemap.git] / style.css
1 div.event {
2   display: inline-block;
3   height: 200px;
4   width: 100%;
5   margin: 20px 0px;
6   text-align: center;
7 }
8
9 div.event:after {
10    content: " ";
11    visibility: hidden;
12    display: block;
13    height: 0;
14    clear: both;
15 }
16
17 img {
18   display: inline-block;
19   vertical-align: middle;
20   padding-right: 20px;
21 }
22
23 div.description {
24   display: inline-block;
25   vertical-align: middle;
26 }
27
28 a, a:visited {
29   color: black;
30   text-decoration: none;
31 }