forked from data.coop/website
Adjusting margins in the menu (desktop and mobile views)
This commit is contained in:
parent
d50ec0e709
commit
5a6c6877bb
|
@ -153,7 +153,7 @@ aside nav ol {
|
||||||
aside nav ol li a {
|
aside nav ol li a {
|
||||||
display : block;
|
display : block;
|
||||||
font-size : 2rem;
|
font-size : 2rem;
|
||||||
margin : 0.5rem 0;
|
margin : 1.2rem 0;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -180,6 +180,7 @@ aside nav footer {
|
||||||
|
|
||||||
aside nav footer ol li a {
|
aside nav footer ol li a {
|
||||||
font-size : 1.65rem;
|
font-size : 1.65rem;
|
||||||
|
margin : 1.2rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside header a img {
|
aside header a img {
|
||||||
|
@ -230,7 +231,7 @@ aside header a img {
|
||||||
|
|
||||||
aside nav ol li a {
|
aside nav ol li a {
|
||||||
display : block;
|
display : block;
|
||||||
padding : 1.5rem 0;
|
margin : 3rem 0;
|
||||||
font-size : 3rem;
|
font-size : 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue