Browse Source

styling updates

master
jk 4 years ago
parent
commit
7ab2642699
  1. 16
      themes/nipponalba/static/css/style.css

16
themes/nipponalba/static/css/style.css

@ -596,13 +596,18 @@ hr{
} }
@media screen and (max-width: 960px) { @media screen and (max-width: 960px) {
.content { .content {
width:100%;
z-index: 2; z-index: 2;
position: absolute; position: absolute;
left:0; left:0;
} }
.post, .archive, .content, .stream{
width:90%;
margin:0 auto;
}
.about {
width: 100%;
}
.profile{ .profile{
width:100%; width:100%;
margin:0 auto; margin:0 auto;
@ -629,14 +634,12 @@ hr{
float:none; float:none;
margin:0 auto; margin:0 auto;
} }
.page-top { .page-top {
width: 95%; width: 95%;
padding: 10px 0; padding: 10px 0;
} }
.page-top .nav{ .page-top .nav{
width: 70%; width: 70%;
} }
.page-top .nav #Bookmarks{ .page-top .nav #Bookmarks{
display:none; display:none;
@ -651,11 +654,6 @@ hr{
padding:0 5px; padding:0 5px;
} }
.about, .post, .archive, .content, .stream{
width:90%;
margin:0 auto;
}
.content img, .post img{ .content img, .post img{
width: 90%; width: 90%;
margin: 10px; margin: 10px;