Skip to content

Commit 1693969

Browse files
committed
maybe responsive width fix?
1 parent 247c3cb commit 1693969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ a {
7878
background-color: #000;
7979
}
8080

81-
@media (max-width: 600px) {
81+
@media (max-width: 800px) {
8282
#bottom {
8383
padding-left: 10px;
8484
padding-right: 10px;
@@ -127,5 +127,5 @@ a {
127127
}
128128

129129
#intro {
130-
text-align: justify;
130+
text-align: left;
131131
}

0 commit comments

Comments
 (0)