Skip to content

Commit

Permalink
Fix contents alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcthomas committed Oct 7, 2024
1 parent 84efec7 commit 4debd37
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions mind-nodes/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.post img {
max-width: 18px;
display:inline-block;
margin-bottom: -0.5px;
}
#home {
border: .5px solid;
Expand All @@ -22,10 +23,6 @@
padding-top: 7px;
padding-bottom: 5px;
}
.post {
font-size: 1.375em;
padding-left: 40px;
}
}
@media only screen and (min-device-width : 200px) and (max-device-width : 480px) {
#contents a {
Expand All @@ -37,6 +34,7 @@
.post img {
max-width: 29px;
display:inline-block;
margin-bottom: -0.5px;
}
#home {
border: 1.5px solid;
Expand All @@ -47,10 +45,6 @@
padding-top: 14px;
padding-bottom: 14px;
}
.post {
font-size: 1em;
padding-left: 40px;
}
}
/*begin:text*/
@font-face {
Expand Down Expand Up @@ -104,6 +98,8 @@ body {
transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
-webkit-transition: color 0.15s ease-in-out;
mask-image: none;
-webkit-mask-image: none;
}
.post:hover img {
content: url("./images/bkmk-w.png");
Expand Down Expand Up @@ -142,6 +138,14 @@ body {
word-spacing: 0px;
line-height: 0;
text-align: left;
font-size: 1.375em;
white-space: nowrap;
overflow: scroll;
margin-right: 35px;
padding-left: 30px;
overflow-y: hidden;
mask-image: linear-gradient(to left, transparent, black 5%);
mask-image: -webkit-linear-gradient(right, transparent, black 5%);
}
@keyframes fadeIn {
0% {
Expand Down

0 comments on commit 4debd37

Please sign in to comment.