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