Code and image styles
This commit is contained in:
parent
e4da152de8
commit
59eaeb40ec
6 changed files with 155 additions and 22 deletions
|
|
@ -51,7 +51,7 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
code,
|
||||
pre,
|
||||
.code {
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
|
|
@ -60,14 +60,14 @@ code,
|
|||
.layout-column {
|
||||
display: flex;
|
||||
|
||||
& > * {
|
||||
&>* {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: $breakpoint-md) {
|
||||
flex-wrap: wrap;
|
||||
|
||||
& > * {
|
||||
&>* {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@ code,
|
|||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
& > * {
|
||||
&>* {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ code,
|
|||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
& > * {
|
||||
&>* {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
@ -102,7 +102,7 @@ code,
|
|||
gap: 1rem;
|
||||
margin-top: 2rem;
|
||||
|
||||
& > span {
|
||||
&>span {
|
||||
width: 100%;
|
||||
font-size: var(--text-xl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue