pogo/assets/static/styles.css
2017-09-06 20:02:59 -07:00

27 lines
342 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;
}
hr {
max-width: 40%;
}