We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3a251 commit 539bcdaCopy full SHA for 539bcda
assets/kylestechkorner/css/kylestechkorner-main.css
@@ -8,7 +8,8 @@
8
/* Extra small devices (phones, 600px and down) */
9
@media only screen and (max-width: 600px) {
10
body {
11
- padding-inline:1em
+ padding-inline:1em;
12
+
13
}
14
15
main {
@@ -103,7 +104,9 @@
103
104
105
/* Large devices (laptops/desktops, 992px and up) */
106
@media only screen and (min-width: 992px) {
-
107
+main {
108
+ margin: 2em auto;
109
+ }
110
111
112
/* Extra large devices (large laptops and desktops, 1200px and up) */
@@ -249,7 +252,6 @@ main {
249
252
display: block;
250
253
padding: 2em;
251
254
text-align: left;
- margin: 2em auto;
255
256
257
footer ul {
@@ -441,6 +443,7 @@ td, th {
441
443
.weblog-title {
442
444
font-weight: 800;
445
margin-top: 0;
446
+ text-align: center;
447
448
449
.weblog-title a {
0 commit comments