Skip to content

Commit b1a78c0

Browse files
committed
Change some layouting
1 parent 790d5c4 commit b1a78c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,14 @@ a:hover {
116116
min-height: 100vh;
117117
}
118118

119-
#contents > p {
119+
#contents > * {
120120
margin-left: 5vw;
121121
margin-right: 5vw;
122122
}
123123

124124
#contents > ul {
125125
list-style-type: none;
126+
padding: 0px;
126127
}
127128

128129
#screenshots {

0 commit comments

Comments
 (0)