responsiveness fixes
parent
bc76021964
commit
87440a8334
|
@ -634,7 +634,8 @@ a {
|
|||
}
|
||||
|
||||
.contentitem header {
|
||||
height: 60px;
|
||||
height: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
padding: 0 0 0 1.25rem;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -833,7 +834,8 @@ article.album a:hover {
|
|||
|
||||
#wrapper {
|
||||
margin: 1em auto;
|
||||
max-width: 500px;
|
||||
max-width: 550px;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
#background_wrap {
|
||||
|
|
Loading…
Reference in New Issue