DAVIDS/src/public/style.css

24 lines
405 B
CSS
Raw Normal View History

2016-04-24 02:24:49 +02:00
.spotify-logo {
height: 20px;
margin-right: 10px;
}
2016-04-25 23:45:47 +02:00
2016-04-26 01:09:44 +02:00
.login {
2016-04-26 01:17:37 +02:00
max-height: 50px;
2016-04-26 01:09:44 +02:00
}
2016-04-25 23:45:47 +02:00
.bg-info {
padding: 1em;
border-radius: 1ex;
}
2016-04-26 01:10:06 +02:00
html {
font-size: 16px;
}
body {
font-size: 1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
line-height: 1.5;
}