Replace strong with boldtext element
This commit is contained in:
parent
7dfe1841aa
commit
1645159c30
|
@ -2,7 +2,7 @@
|
||||||
layout: about
|
layout: about
|
||||||
title: about
|
title: about
|
||||||
permalink: /
|
permalink: /
|
||||||
subtitle: <strong>Software engineer student</strong> @ <a href="https://www.itba.edu.ar">ITBA</a>.
|
subtitle: <boldtext>Software engineer student</boldtext> @ <a href="https://www.itba.edu.ar">ITBA</a>.
|
||||||
|
|
||||||
profile:
|
profile:
|
||||||
align: right
|
align: right
|
||||||
|
|
|
@ -31,6 +31,10 @@ blockquote {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
boldtext {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
// Math
|
// Math
|
||||||
|
|
||||||
.equation {
|
.equation {
|
||||||
|
|
Loading…
Reference in New Issue