mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-08 06:21:28 +02:00
link color
This commit is contained in:
parent
e3d0542ee3
commit
a2c09e2aa1
18 changed files with 904 additions and 231 deletions
|
@ -40,14 +40,14 @@ twentytwenty-wrapper img {
|
|||
h3,
|
||||
p {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/* Section Three */
|
||||
|
||||
#three .inner {
|
||||
width: 60em;
|
||||
width: 60em;
|
||||
|
||||
@include breakpoint(large) {
|
||||
width: 100%;
|
||||
|
@ -55,5 +55,26 @@ twentytwenty-wrapper img {
|
|||
@include breakpoint(medium) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// menu small devices
|
||||
|
||||
#menu {
|
||||
|
||||
ul {
|
||||
|
||||
> li {
|
||||
|
||||
> a {
|
||||
@include breakpoint(small) {
|
||||
line-height: 2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// rewrite link colors
|
||||
a {
|
||||
color: #4f85bb;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue