pogo/assets/static/styles.css

32 lines
465 B
CSS

/*
* Basic CSS styling for frontend and admin interface.
* Overridden by styles in custom.css for the podcast list.
*/
@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;
}
hr {
max-width: 40%;
}