more clean up on style.css and media-queries.css

This commit is contained in:
meaz 2019-12-30 14:32:11 +01:00
parent b1ff570bc3
commit b589a09550
2 changed files with 1 additions and 124 deletions

View File

@ -344,11 +344,7 @@ div#nav-logo {
/* clients
------------------------------------*/
/*
.NCcontainer {
display: block;
}
*/
.clients h6 {
font-size: 100%;
}

View File

@ -593,52 +593,6 @@ ul#nav li a:hover .ul#nav li ul {
font-size: 1.5em;
}
/* New services
------------------------------------*/
/*.service-parent {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 40px;
}
.service-parent p {
text-align: justify;
padding-left: 10%;
padding-right: 10%;
line-height: 15px;
height: 27%;
}
.service-parent h1 {
margin-top: -10%;
color: #50162D;
padding: 2%;
font-size: 1.5em;
}
.service-item {
display: inline-block;
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: 50px;
background-color: white;
}
.service-item img {
position: relative;
width: 30%;
max-width: 80px;
transform: translate(0%, -50%);
}
*/
.service-btn, .service-btn:visited {
position: relative;
bottom: -13px;
@ -660,72 +614,6 @@ ul#nav li a:hover .ul#nav li ul {
border-color: #50162D;
}
/* New services
------------------------------------*/
/*.service-parent {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 40px;
}
.service-parent p {
text-align: justify;
padding-left: 10%;
padding-right: 10%;
line-height: 15px;
height: 27%;
}
.service-parent h1 {
margin-top: -10%;
color: #50162D;
padding: 2%;
font-size: 1.5em;
}
.service-item {
display: inline-block;
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: 50px;
background-color: white;
}
.service-item img {
position: relative;
width: 30%;
max-width: 80px;
transform: translate(0%, -50%);
}
.service-btn {
position: relative;
margin: 0 auto;
bottom: -21px;
width: 30%;
background-color: #50162D;
text-align: center;
font-size: 1.2em;
color: white;
border-radius: 5px;
text-decoration: none;
padding: 2% 5%;
transition: all 0.3s ease-in-out;
border: 1px solid transparent;
}
.service-btn:hover {
background-color: #72384F;
color: #50162D;
border-color: #50162D;
}*/
/* clients
------------------------------------*/
@ -790,7 +678,6 @@ ul#nav li a:hover .ul#nav li ul {
border-radius: 6px;
opacity: 0;
transition: opacity 1s;
position: absolute;
bottom: 90%;
left: 50%;
@ -817,12 +704,6 @@ ul#nav li a:hover .ul#nav li ul {
/* NC clients
--------------------------------------*/
/*.NCcontainer {
display: grid;
grid-template-rows: 40% 60%;
grid-template-columns: 39% 2% 59%;
}*/
.NCclients h5 {
color: #50162D;
text-align: center;