mirror of
https://github.com/ivabus/www
synced 2024-11-22 09:25:06 +03:00
Small fixes
This commit is contained in:
parent
0d2699a145
commit
4c6ac725f6
2 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "dev.diary—tea is env++"
|
title: "dev.diary—tea is env++"
|
||||||
date: 2023-01-31
|
date: 2023-01-31
|
||||||
|
categories: [dev.diaries, programming]
|
||||||
draft: false
|
draft: false
|
||||||
featured_image: "/Images/blog/tea-is-env.jpg"
|
featured_image: "/Images/blog/tea-is-env.jpg"
|
||||||
---
|
---
|
||||||
|
|
|
@ -83,4 +83,16 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img{
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
code{
|
||||||
|
color: #ff7ba7;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6{
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue