Make the default font size and margins smaller
This commit is contained in:
parent
e02fdc0e0f
commit
7512bce94e
|
@ -44,8 +44,8 @@
|
||||||
|
|
||||||
/* Variables */
|
/* Variables */
|
||||||
:root {
|
:root {
|
||||||
--base-grid : 60px;
|
--base-grid : 40px;
|
||||||
--base-font-size : 22px;
|
--base-font-size : 20px;
|
||||||
|
|
||||||
--text-color : #4b3aba;
|
--text-color : #4b3aba;
|
||||||
--bg-color : #fff;
|
--bg-color : #fff;
|
||||||
|
@ -186,7 +186,7 @@ aside nav footer ol li a {
|
||||||
|
|
||||||
aside header a img {
|
aside header a img {
|
||||||
display : block;
|
display : block;
|
||||||
width : 100%;
|
width : auto;
|
||||||
height : 140px;
|
height : 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue