Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/card-grid.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div class="services-wrap">
<div class="services-wrap container-fluid">


<h3 class="services-wrap__h3">Services</h3>
Expand Down
55 changes: 42 additions & 13 deletions css/style.comp.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,28 @@ select {
display: none; }

.services-wrap {
width: 90%;
width: 1200px;
max-width: 100%;
margin: 5% auto;
display: flex; }
@media (min-width: 300px) and (max-width: 480px) {
.services-wrap {
padding: 1rem; } }
@media (min-width: 481px) and (max-width: 768px) {
.services-wrap {
padding: 1rem; } }
@media (min-width: 769px) and (max-width: 1024px) {
.services-wrap {
padding: 1rem; } }
.services-wrap__h3 {
color: #04647d;
writing-mode: vertical-lr;
font-size: 30px; }
font-size: 30px;
transform: rotate(180deg);
align-self: flex-start; }
@media (min-width: 300px) and (max-width: 480px) {
.services-wrap__h3 {
font-size: 1.1rem; } }

.services {
border: none;
Expand All @@ -517,22 +532,23 @@ select {
padding-left: 20px; }
.services__h3 {
padding-bottom: 30px;
width: 100%; }
width: 100%;
font-weight: 800; }
@media (min-width: 300px) and (max-width: 480px) {
.services__h3 {
width: 100%;
font-size: 18px; } }
font-size: 1.5rem;
max-width: 97%; } }
@media (min-width: 481px) and (max-width: 768px) {
.services__h3 {
font-size: 35px;
font-size: 1.7rem;
width: 70%; } }
@media (min-width: 1025px) and (max-width: 1200px) {
.services__h3 {
font-size: 34px;
font-size: 1.8rem;
width: 80%; } }
@media (min-width: 1201px) {
.services__h3 {
width: 50%;
width: 55%;
font-size: 40px; } }
.services__p {
padding-bottom: 30px; }
Expand Down Expand Up @@ -561,10 +577,12 @@ select {
align-items: left;
border-radius: 10px;
flex-direction: row;
justify-content: space-between; }
justify-content: center;
gap: 2rem; }
@media (min-width: 300px) and (max-width: 480px) {
.services__boxes {
flex-direction: column; } }
flex-direction: column;
gap: 1rem; } }
@media (min-width: 481px) and (max-width: 768px) {
.services__boxes {
flex-direction: column; } }
Expand Down Expand Up @@ -836,6 +854,8 @@ select {
.header__aside__container--2 img {
margin-top: 23rem;
width: 80%; } }
.header .hide {
display: block; }
@media (min-width: 300px) and (max-width: 480px) {
.header .hide {
display: none; } }
Expand All @@ -848,15 +868,24 @@ select {

.btn {
margin-top: 2rem;
padding: 15px 25px; }
padding: 15px 25px;
color: #fff;
border: none;
border-radius: 15px;
padding: 15px, 25px, 15px, 25px;
font-size: 24px;
font-weight: 700;
background-color: #0d41e1; }
@media (min-width: 300px) and (max-width: 480px) {
.btn {
margin-top: 1rem;
padding: 7px 12px; } }
padding: 9px 18px;
font-size: 16px; } }
@media (min-width: 481px) and (max-width: 768px) {
.btn {
margin-top: 1rem;
padding: 7px 12px; } }
padding: 10px 20px;
font-size: 20px; } }

.blog {
background-color: #ffffff; }
Expand Down
55 changes: 42 additions & 13 deletions css/style.concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,13 +503,28 @@ select {
display: none; }

.services-wrap {
width: 90%;
width: 1200px;
max-width: 100%;
margin: 5% auto;
display: flex; }
@media (min-width: 300px) and (max-width: 480px) {
.services-wrap {
padding: 1rem; } }
@media (min-width: 481px) and (max-width: 768px) {
.services-wrap {
padding: 1rem; } }
@media (min-width: 769px) and (max-width: 1024px) {
.services-wrap {
padding: 1rem; } }
.services-wrap__h3 {
color: #04647d;
writing-mode: vertical-lr;
font-size: 30px; }
font-size: 30px;
transform: rotate(180deg);
align-self: flex-start; }
@media (min-width: 300px) and (max-width: 480px) {
.services-wrap__h3 {
font-size: 1.1rem; } }

.services {
border: none;
Expand All @@ -518,22 +533,23 @@ select {
padding-left: 20px; }
.services__h3 {
padding-bottom: 30px;
width: 100%; }
width: 100%;
font-weight: 800; }
@media (min-width: 300px) and (max-width: 480px) {
.services__h3 {
width: 100%;
font-size: 18px; } }
font-size: 1.5rem;
max-width: 97%; } }
@media (min-width: 481px) and (max-width: 768px) {
.services__h3 {
font-size: 35px;
font-size: 1.7rem;
width: 70%; } }
@media (min-width: 1025px) and (max-width: 1200px) {
.services__h3 {
font-size: 34px;
font-size: 1.8rem;
width: 80%; } }
@media (min-width: 1201px) {
.services__h3 {
width: 50%;
width: 55%;
font-size: 40px; } }
.services__p {
padding-bottom: 30px; }
Expand Down Expand Up @@ -562,10 +578,12 @@ select {
align-items: left;
border-radius: 10px;
flex-direction: row;
justify-content: space-between; }
justify-content: center;
gap: 2rem; }
@media (min-width: 300px) and (max-width: 480px) {
.services__boxes {
flex-direction: column; } }
flex-direction: column;
gap: 1rem; } }
@media (min-width: 481px) and (max-width: 768px) {
.services__boxes {
flex-direction: column; } }
Expand Down Expand Up @@ -837,6 +855,8 @@ select {
.header__aside__container--2 img {
margin-top: 23rem;
width: 80%; } }
.header .hide {
display: block; }
@media (min-width: 300px) and (max-width: 480px) {
.header .hide {
display: none; } }
Expand All @@ -849,15 +869,24 @@ select {

.btn {
margin-top: 2rem;
padding: 15px 25px; }
padding: 15px 25px;
color: #fff;
border: none;
border-radius: 15px;
padding: 15px, 25px, 15px, 25px;
font-size: 24px;
font-weight: 700;
background-color: #0d41e1; }
@media (min-width: 300px) and (max-width: 480px) {
.btn {
margin-top: 1rem;
padding: 7px 12px; } }
padding: 9px 18px;
font-size: 16px; } }
@media (min-width: 481px) and (max-width: 768px) {
.btn {
margin-top: 1rem;
padding: 7px 12px; } }
padding: 10px 20px;
font-size: 20px; } }

.blog {
background-color: #ffffff; }
Expand Down
Loading