Browse Source

some photo layout adjustments

master
jk 3 years ago
parent
commit
5d47d6e6f6
  1. 5
      themes/nipponalba/static/css/style.css

5
themes/nipponalba/static/css/style.css

@ -1193,7 +1193,7 @@ article img{
.post_content, .index_content, .index_exercise{
width: 95%;
}
.photo .index_content .index-photos, .index-photos-caption{
.photo .index_content{
text-align: left;
}
.profile{
@ -1273,7 +1273,7 @@ nav{
#Bookmarks, #ブックマーク, .language{
display: none;
}
.photogrid{
.photogrid, .index-photo{
display:block;
width: 100%;
}
@ -1282,6 +1282,7 @@ display: none;
padding: 0;
width: 300px;
}
}
@media screen and (max-width: 360px) {
.index_exercise{

Loading…
Cancel
Save