semantic-indieweb/static/css/style.css

33 lines
450 B
CSS
Raw Normal View History

/* Styles for site header */
hgroup.site-header {
border-top: double;
border-bottom: thin solid;
margin-bottom: 0.5em;
}
hgroup.site-header h1 {
margin: 0;
}
hgroup.site-header h2 {
font-weight: normal;
font-size: 1em;
font-style: italic;
padding-left: 0.5em;
margin: 0;
}
img.u-photo {
max-width: 60px;
2019-12-07 04:22:47 +00:00
padding: 0.5em;
}
.glyph {
2019-12-07 04:09:28 +00:00
font-size: 1.25em;
}
nav.site-menu {
border-top: thin solid;
border-bottom: double;
}