Browse Source

Scripted auto-commit on change (2020-06-19 15:14:30) by gitwatch.sh

master
jk 4 years ago
parent
commit
536e119df9
  1. 22
      themes/nipponalba/static/css/style.css

22
themes/nipponalba/static/css/style.css

@ -597,25 +597,32 @@ hr{
@media screen and (max-width: 960px) {
.about .profile{
.content {
width:100%;
z-index: 2;
position: absolute;
left:0;
}
.profile{
width:100%;
margin:0 auto;
padding:0;
text-align:center;
display:block;
}
.about .profile .profile-left{
.profile-left{
display:inline-block;
margin:0 auto;
padding: 0;
width:100%;
text-align:center;
}
.about .profile .profile-left img{
.profile-left img{
padding: 0px;
margin-right:0px;
margin: 10px;
}
.about .profile .profile-right{
.profile-right{
display:block;
width:100%;
text-align:center;
@ -644,13 +651,6 @@ hr{
padding:0 5px;
}
.content {
width:90%;
z-index: 2;
position: absolute;
left:0;
}
.about, .post, .archive, .content, .stream{
width:90%;
margin:0 auto;