Fixed h1 margin on about page
This commit is contained in:
parent
3ceaeeafda
commit
203b08d044
@ -3,8 +3,6 @@ title = "About"
|
|||||||
template = "about.html"
|
template = "about.html"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# About
|
|
||||||
|
|
||||||
I am an IT student at Charles University in Prague (Faculty of Education).
|
I am an IT student at Charles University in Prague (Faculty of Education).
|
||||||
|
|
||||||
As a member of [Microlab](https://microlab.space), the university's hackerspace, I collaborate on various hardware and software projects. Additionally, I contribute to the open-source community as a package maintainer for [Void Linux](https://voidlinux.org).
|
As a member of [Microlab](https://microlab.space), the university's hackerspace, I collaborate on various hardware and software projects. Additionally, I contribute to the open-source community as a package maintainer for [Void Linux](https://voidlinux.org).
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section class="about content">
|
<section class="about content">
|
||||||
{{ page.content | safe }}
|
<h1>{{ page.title }}</h1>
|
||||||
|
{{ page.content | safe }}
|
||||||
</section>
|
</section>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user