gmi-web/gmi.css

24 lines
196 B
CSS
Raw Normal View History

p,
pre,
ul,
2021-02-18 23:16:05 +00:00
blockquote,
h1,
h2,
h3 {
margin-top: 0;
margin-bottom: 0;
overflow-wrap: break-word;
}
2021-02-19 21:05:50 +00:00
2021-02-18 23:16:05 +00:00
p:empty {
2021-02-19 21:05:50 +00:00
padding-bottom: 20px;
}
a {
display: block;
}
2021-02-18 23:16:05 +00:00
pre {
overflow-y: auto;
}