mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-31 16:37:48 +01:00
fix: correct margin for mobile screen
This commit is contained in:
parent
0e9b688ddf
commit
a4b9e62358
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
@import "variables";
|
||||||
|
|
||||||
blockquote[class^=markdown-alert-] {
|
blockquote[class^=markdown-alert-] {
|
||||||
border: 1px solid var(--accent);
|
border: 1px solid var(--accent);
|
||||||
padding-top: initial;
|
padding-top: initial;
|
||||||
|
|
@ -12,6 +14,10 @@ blockquote[class^=markdown-alert-] {
|
||||||
margin-right: -25px;
|
margin-right: -25px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
|
|
||||||
|
@media (max-width: $phone-max-width) {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
color: black;
|
color: black;
|
||||||
font-family: "Hack";
|
font-family: "Hack";
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue