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,
|
||||
optgroup,
|
||||
textarea {
|
||||
color: #404040;
|
||||
color: #000000;
|
||||
font-family: var(--font-xarxaprod);
|
||||
font-size: 1rem;
|
||||
line-height: 1.3;
|
||||
|
@ -480,8 +480,6 @@ textarea {
|
|||
.site-main .entry-content {
|
||||
margin: 0;
|
||||
}
|
||||
.single h1 {
|
||||
}
|
||||
.home-featured h2 {
|
||||
margin: 1.2rem 0;
|
||||
font-size: 2rem;
|
||||
|
@ -495,6 +493,7 @@ textarea {
|
|||
h5 a,
|
||||
h6 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
@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
|
||||
--------------------------------------------- */
|
||||
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 {
|
||||
|
@ -955,7 +958,7 @@ textarea {
|
|||
z-index: 900;
|
||||
top: 0;
|
||||
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);*/
|
||||
}
|
||||
.site-header .main {
|
||||
|
@ -1006,9 +1009,10 @@ textarea {
|
|||
|
||||
@media screen and (min-width: 80em) {
|
||||
.site-header .main {
|
||||
width: 80em;
|
||||
width: 70em;
|
||||
margin: auto;
|
||||
flex-flow: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.site-main {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue