Little changes in members and text, also minor changes in css

This commit is contained in:
Marcel Petráň 2019-04-19 20:44:16 +02:00
parent 212da6427b
commit d94d01d69e
4 changed files with 26 additions and 21 deletions

View file

@ -39,6 +39,7 @@ h3.title{
font-weight: 700;
}
p.article{
padding-top: .3em;
font-size: 2.5em;
}
section.home {
@ -67,6 +68,7 @@ article.about-us-1 h3.title::before{
*/
div.gallery{
display: block;
margin-top: 1.2em;
}
div.gallery img{
width: 100%;
@ -109,16 +111,17 @@ input{
}
textarea{
resize: none !important;
overflow: hidden;
overflow: hidden !important;
}
input, textarea{
background-color: #F9F9F9;
color: #4A4A4A !important;
border: none;
padding: .35em .5em;
}
button{
display: block !important;
margin: auto !important;
cursor: pointer;
margin: .7em auto 0 auto !important;
width: 13em;
color: #828282;
background-color: #EEEEEE;
@ -126,16 +129,18 @@ button{
justify-content: center;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-weight: 300;
color: #9D9D9D;
opacity: 1; /* Firefox */
padding-left: .35em;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-weight: 300;
color: #9D9D9D;
}
::-ms-input-placeholder { /* Microsoft Edge */
font-weight: 300;
color: #9D9D9D;
}
@ -163,7 +168,7 @@ nav ul {
width: 80%;
}
nav ul a{
color:#0E404D;
color:#4A4A4A;
font-weight: bold;
font-size: 4.5em;
}