add style css
This commit is contained in:
parent
fc53b7dcc5
commit
ac4dd1ce5b
1 changed files with 18 additions and 0 deletions
18
styleadded.css
Normal file
18
styleadded.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*per scheda produttori*/
|
||||
.forma span.wpcf7-list-item{width:45%;}
|
||||
|
||||
textarea{min-width: 80%;}
|
||||
|
||||
#produttive .wpcf7-list-item-label {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
.post-content li h3 {
|
||||
font-size: 2em;
|
||||
text-transform: uppercase;
|
||||
font-family: inherit;
|
||||
}
|
||||
span.wpcf7-list-item {
|
||||
width: 155px !important;
|
||||
white-space: inherit;
|
||||
display: inline-block;
|
||||
}
|
Loading…
Reference in a new issue