feedless/app/public/mobile_style.css

45 lines
541 B
CSS

body {
background: #fff;
padding-bottom: 70px;
}
nav {
position: fixed;
bottom: 0;
justify-content: space-between;
width: 100%;
border-radius: 0;
padding: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
header {
padding: 10px;
background: #333;
}
.logo a {
font-size: 20px;
color: #fff;
}
nav a {
text-decoration: none;
padding: 8px 10px;
}
nav a.selected {
background: #ccc;
}
.nav-icon {
font-size: 30px;
text-align: center;
padding: 8px 0 5px 0;
}
.post {
padding: 10px;
}