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