mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed image and code appearance
This commit is contained in:
parent
c383356a4c
commit
0c7ed6de99
4 changed files with 14 additions and 5 deletions
|
@ -9,8 +9,16 @@
|
|||
}
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
padding: $gap;
|
||||
border-radius: $radius;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
padding: $gap;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
margin-bottom: $gap;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue