Browse Source

minor css changes primarily for smaller resolutions

master
jk 4 years ago
parent
commit
7d4855dd0e
  1. 14
      themes/anatole/static/css/style.css

14
themes/anatole/static/css/style.css

@ -242,7 +242,7 @@ width:95%;
.sidebar .logo-title {
text-align: center;
padding-top: 240px;
padding-top: 20%;
}
.sidebar .logo-title .description {
font-size: 14px;
@ -754,7 +754,8 @@ a.btn {
width:300px;
float:left;
display:inline;
padding:0px;
padding: 0px;
margin:10px;
border: 1px solid var(--text-colour);
}
@ -806,7 +807,7 @@ a.btn {
.page-top .nav{
width: 90%;
}
.page-top .nav #Likes, .page-top .nav #Replies, .page-top .nav #Re-posts{
.page-top .nav #Responses{
display:none;
}
.page-top .language-selector i{
@ -830,6 +831,12 @@ a.btn {
width:95%;
margin-left:15px;
}
.contents img.thumb{
min-width: 100%;
margin: 10px auto;
text-align:center;
float:none;
}
.footer {
display: none;
}
@ -843,4 +850,5 @@ a.btn {
padding:0px 30px;
height: 30px;
}
}