updates to service style

This commit is contained in:
meaz 2019-10-16 18:54:42 +02:00
parent 4585a6a384
commit 53e53ed46d
1 changed files with 9 additions and 6 deletions

View File

@ -399,6 +399,7 @@ ul#nav li a:hover .ul#nav li ul {
position: relative;
z-index: 9;
}
.fullbar-content{
width: 60%;
display: inline-block;
@ -451,6 +452,7 @@ ul#nav li a:hover .ul#nav li ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 40px;
}
.service-parent p {
@ -458,6 +460,7 @@ ul#nav li a:hover .ul#nav li ul {
padding-left: 10%;
padding-right: 10%;
line-height: 15px;
height: 27%;
}
.service-parent h1 {
@ -469,15 +472,14 @@ ul#nav li a:hover .ul#nav li ul {
.service-item {
display: inline-block;
width: 30%;
min-width: 150px;
max-width: 200px;
width: 220px;
height: 250px;
text-align: center;
border: none;
box-shadow: 10px 10px 38px 0px rgba(0, 0, 0, 0.25);
margin-right: 5%;
margin-top: 5%;
margin-bottom: 5%;
margin-bottom: 50px;
background-color: white;
}
@ -491,10 +493,11 @@ ul#nav li a:hover .ul#nav li ul {
.service-btn {
position: relative;
margin: 0 auto;
top: 10px;
bottom: -21px;
width: 30%;
background-color: #50162D;
text-align: center;
font-size: 1.2em;
color: white;
border-radius: 5px;
text-decoration: none;
@ -504,7 +507,7 @@ ul#nav li a:hover .ul#nav li ul {
}
.service-btn:hover {
background-color: #8EB726;
background-color: #72384F;
color: #50162D;
border-color: #50162D;
}