modified body color, background and menu width
This commit is contained in:
parent
6dbbe856e1
commit
070d940fa5
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
16
style.css
16
style.css
|
@ -435,7 +435,7 @@ input,
|
||||||
select,
|
select,
|
||||||
optgroup,
|
optgroup,
|
||||||
textarea {
|
textarea {
|
||||||
color: #404040;
|
color: #000000;
|
||||||
font-family: var(--font-xarxaprod);
|
font-family: var(--font-xarxaprod);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
|
@ -480,8 +480,6 @@ textarea {
|
||||||
.site-main .entry-content {
|
.site-main .entry-content {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.single h1 {
|
|
||||||
}
|
|
||||||
.home-featured h2 {
|
.home-featured h2 {
|
||||||
margin: 1.2rem 0;
|
margin: 1.2rem 0;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
@ -495,6 +493,7 @@ textarea {
|
||||||
h5 a,
|
h5 a,
|
||||||
h6 a {
|
h6 a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
|
@ -594,7 +593,11 @@ Add your custom styles in this file so it is easier to update the theme.
|
||||||
/* Elements
|
/* Elements
|
||||||
--------------------------------------------- */
|
--------------------------------------------- */
|
||||||
body {
|
body {
|
||||||
background: #fff;
|
background-color: #fff;
|
||||||
|
background-image: url('./assets/img/background-colors-02.jpg');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
@ -955,7 +958,7 @@ textarea {
|
||||||
z-index: 900;
|
z-index: 900;
|
||||||
top: 0;
|
top: 0;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
background-color: #fff;
|
/*background-color: #fff;*/
|
||||||
/*box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0);*/
|
/*box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0);*/
|
||||||
}
|
}
|
||||||
.site-header .main {
|
.site-header .main {
|
||||||
|
@ -1006,9 +1009,10 @@ textarea {
|
||||||
|
|
||||||
@media screen and (min-width: 80em) {
|
@media screen and (min-width: 80em) {
|
||||||
.site-header .main {
|
.site-header .main {
|
||||||
width: 80em;
|
width: 70em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.site-main {
|
.site-main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue