Minor CSS fixes
This commit is contained in:
parent
5f79502d91
commit
65eb0376ce
|
@ -68,6 +68,7 @@ body > header.site-header {
|
||||||
|
|
||||||
.outer-wrapper {
|
.outer-wrapper {
|
||||||
box-shadow: 5px 2px 15px -4px rgba(0, 0, 0, 0.1);
|
box-shadow: 5px 2px 15px -4px rgba(0, 0, 0, 0.1);
|
||||||
|
min-height: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner-wrapper {
|
.inner-wrapper {
|
||||||
|
@ -95,6 +96,7 @@ img.profile {
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
background: linear-gradient(#eeefed, #fff);
|
background: linear-gradient(#eeefed, #fff);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
img.me {
|
img.me {
|
||||||
width: 140px;
|
width: 140px;
|
||||||
|
|
Loading…
Reference in New Issue