Update public style
This commit is contained in:
parent
61b76240f0
commit
cd43fd3cfd
|
@ -466,8 +466,7 @@ nav:last-of-type > ul > li:last-child {
|
|||
margin-bottom: 0;
|
||||
font-size: calc(2rem + 4vw);
|
||||
display: block;
|
||||
padding: 3rem;
|
||||
background: transparent;
|
||||
background: transparent;
|
||||
color: var(--base);
|
||||
}
|
||||
|
||||
|
@ -512,7 +511,7 @@ dl, .nature div + div, .outside_activities > div {
|
|||
z-index: 2;
|
||||
padding: .55rem 1.5rem 1rem;
|
||||
background-color: var(--accent);
|
||||
color: var(--base);
|
||||
color: var(--base);
|
||||
border-top-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
@ -625,7 +624,7 @@ dl, .nature div + div, .outside_activities > div {
|
|||
|
||||
.enjoy {
|
||||
font-weight: 900;
|
||||
font-size: calc(1.2rem + 4vw);
|
||||
font-size: calc(2rem + 4vw);
|
||||
line-height: 1.2em;
|
||||
margin: 10rem 0;
|
||||
}
|
||||
|
@ -1443,6 +1442,10 @@ address {
|
|||
|
||||
/* camping map */
|
||||
|
||||
#campground_map {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#arbres {
|
||||
mix-blend-mode: multiply;
|
||||
opacity: .5;
|
||||
|
|
Loading…
Reference in New Issue