CSS fix for anchors that looked too big

This commit is contained in:
theo lem 2020-04-27 16:43:09 +02:00
parent 659167234e
commit 60d4eab598
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@
background-color:#CEF6EC;
}
text, a{
text{
font-size: 1.5em;
}
@ -38,6 +38,7 @@ h2{
}
.sidebar{
font-size: 1.5em;
height: 100%;
width: 13%;
z-index: 1; /* Stay on top */

View File

@ -20,7 +20,7 @@
background-color:#CEF6EC;
}
text, a{
text{
font-size: 1.5em;
}
@ -38,6 +38,7 @@ h2{
}
.sidebar{
font-size: 1.5em;
height: 100%;
width: 13%;
z-index: 1; /* Stay on top */