pogo/assets/static/styles.css
gmemstr 973ad0e72e Custom CSS support
Admins can now set custom CSS in the admin interface - next up is to add classes to all elements for easier theming.
2017-09-03 09:53:17 -07:00

25 lines
319 B
CSS

@import url('https://fonts.googleapis.com/css?family=Muli');
body {
font-family: 'Muli', sans-serif;
}
h1,h2,h3,h4,h5 {
font-weight: 400;
}
.container {
margin: 0 auto;
padding: 0 2.0rem;
position: relative;
width: 60vw;
}
.podcast {
width:70%;
}
label {
display: block;
}
.admin {
text-align: center;
}