Skip to content

Commit b3513dd

Browse files
authored
Update styles.css
1 parent 8998ae3 commit b3513dd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

styles.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ h1 {
1212

1313
author {
1414
font-style: italic;
15-
float: right;
15+
display: block;
16+
text-align: right;
17+
margin-bottom: 50px;
18+
border-bottom: solid 1px #888;
1619
}
1720

1821
dt {
1922
position: absolute;
2023
font-weight: 600;
21-
width: 300px;
24+
width: 200px;
2225
}
2326

2427
dd {
25-
padding-left: 310px;
28+
padding: 0 0 20px 210px;
2629
}

0 commit comments

Comments
 (0)