adjusted sizing of table of contents and lists
This commit is contained in:
@@ -101,14 +101,14 @@
|
|||||||
|
|
||||||
.toc-list a {
|
.toc-list a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 3px;
|
font-size: 1.0rem;
|
||||||
padding-bottom: 3px;
|
line-height: 1.4rem;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 2px;
|
||||||
padding-right: 24px;
|
padding-right: 24px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.2s ease-in-out;
|
|
||||||
transition-property: color background-color;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.toc-list a, .toc-list a:link, .toc-list a:visited {
|
.toc-list a, .toc-list a:link, .toc-list a:visited {
|
||||||
|
|||||||
@@ -340,7 +340,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
/* transition: color 0.1s ease-in-out; */
|
/* transition: color 0.1s ease-in-out; */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 0;
|
padding: 0px 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
.list a::before, li::before {
|
.list a::before, li::before {
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
<h3>about ↬<img id="me-img" class="me-img" title="hi there" src={meImg} alt="Deniz, the website developer, small and pixelated">↫ me </h3>
|
<h3>about ↬<img id="me-img" class="me-img" title="hi there" src={meImg} alt="Deniz, the website developer, small and pixelated">↫ me </h3>
|
||||||
|
|
||||||
<p>Hi! I'm Deniz. I'm a programmer, sometimes a music producer, and student from Northern Germany. Welcome to my webpage! I share my projects on this website. Check them out – the devlog of the game I'm working on especially!</p>
|
<p>Hi! I'm Deniz. I'm a programmer, sometimes a music producer, and student from Northern Germany. Welcome to my webpage! I mainly share my projects here. Check them out – the devlog of the game I'm working on especially!</p>
|
||||||
|
|
||||||
<h3>where to find me</h3>
|
<h3>where to find me</h3>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user