using shortcode for button
This commit is contained in:
parent
79061ef0bd
commit
28839af5fb
2 changed files with 4 additions and 2 deletions
|
@ -144,7 +144,7 @@ a:visited, a:link {
|
||||||
padding: 3rem 0;
|
padding: 3rem 0;
|
||||||
margin: 0 auto 2rem;
|
margin: 0 auto 2rem;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 1.5rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 64rem) {
|
@media screen and (max-width: 64rem) {
|
||||||
|
@ -202,7 +202,7 @@ a:visited, a:link {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cv {
|
.general-button {
|
||||||
border: 2px solid var(--color-text);
|
border: 2px solid var(--color-text);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
|
@ -4,4 +4,6 @@ description: "Here is some websites, blogs, news that I find interesting and use
|
||||||
lastmod: "2023-11-07"
|
lastmod: "2023-11-07"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{<hrefbut onclick=window.open('/bookmarks') text="Bookmarks">}}
|
||||||
|
|
||||||
{{<links>}}
|
{{<links>}}
|
||||||
|
|
Loading…
Reference in a new issue