Skip to content

Commit 539bcda

Browse files
committed
again
1 parent 6a3a251 commit 539bcda

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

assets/kylestechkorner/css/kylestechkorner-main.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
/* Extra small devices (phones, 600px and down) */
99
@media only screen and (max-width: 600px) {
1010
body {
11-
padding-inline:1em
11+
padding-inline:1em;
12+
1213
}
1314

1415
main {
@@ -103,7 +104,9 @@
103104

104105
/* Large devices (laptops/desktops, 992px and up) */
105106
@media only screen and (min-width: 992px) {
106-
107+
main {
108+
margin: 2em auto;
109+
}
107110
}
108111

109112
/* Extra large devices (large laptops and desktops, 1200px and up) */
@@ -249,7 +252,6 @@ main {
249252
display: block;
250253
padding: 2em;
251254
text-align: left;
252-
margin: 2em auto;
253255
}
254256

255257
footer ul {
@@ -441,6 +443,7 @@ td, th {
441443
.weblog-title {
442444
font-weight: 800;
443445
margin-top: 0;
446+
text-align: center;
444447
}
445448

446449
.weblog-title a {

0 commit comments

Comments
 (0)