CSS fix for anchors that looked too big
This commit is contained in:
parent
659167234e
commit
60d4eab598
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user