mobile styling improvements
parent
c20b085016
commit
ee72d84d85
|
@ -873,7 +873,7 @@ article.album a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebaritem {
|
.sidebaritem {
|
||||||
margin-left: calc( ( 100% - 240px ) / 2 );
|
margin-left: calc( ( 100% - 220px ) / 2 );
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebaritem#greeting #icosahedron-container {
|
.sidebaritem#greeting #icosahedron-container {
|
||||||
|
@ -900,6 +900,7 @@ article.album a:hover {
|
||||||
.sidebaritem#findme {
|
.sidebaritem#findme {
|
||||||
margin-top: 0rem;
|
margin-top: 0rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
|
padding-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebaritem#findme .line2, .sidebaritem#findme .line3 {
|
.sidebaritem#findme .line2, .sidebaritem#findme .line3 {
|
||||||
|
|
Loading…
Reference in New Issue