feat: style improvement

This commit is contained in:
Jimmy Cai
2020-09-03 11:42:01 +02:00
parent ddfc10a9f5
commit 4bf9d82961
6 changed files with 46 additions and 28 deletions
+4 -4
View File
@@ -46,8 +46,7 @@
img {
height: auto;
width: 100%;
max-height: 500px;
width: 100%;
max-height: 50vh;
object-fit: cover;
}
}
@@ -235,10 +234,11 @@
hr {
width: 100px;
margin: 40px 0;
margin: 40px auto;
background: var(--card-text-color-tertiary);
height: 4px;
height: 2px;
border: 0;
opacity: 0.55;
}
code {