Skip to content

Commit 4282a4f

Browse files
committed
Tweak some alignment relating to profile images.
The personal logged-in avatar was a little too high. Fixes #60. The vertical margins around a persons' personal information were too large, causing the image to be misplaced.
1 parent 76f4473 commit 4282a4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/styles/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ body {
105105
background: rgb(42, 79, 39);
106106
box-shadow: inset -2px 2px 4px 0px rgb(36, 61, 38);
107107
}
108+
109+
img {
110+
vertical-align: top;
111+
}
108112
}
109113

110114
#current-user-links {

app/styles/me.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.info { @include display-flex; }
77
dl {
8-
margin-left: 30px;
8+
margin: 0 0 0 30px;
99
line-height: 150%;
1010
font-size: 110%;
1111
dt {

0 commit comments

Comments
 (0)