Skip to content

Commit

Permalink
changed the font-size for heading and paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiram-gopalakrishnan committed Jul 10, 2024
1 parent 47861d4 commit 23ce4d0
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
}

h1 {
font-size: 4rem;
font-size: 3rem;
}

p {
Expand All @@ -33,7 +33,7 @@ span {
}

section {
overflow-x: hidden;
overflow: hidden;
}

/*********************************Common CSS ends**************************************/
Expand All @@ -56,18 +56,21 @@ section {
font-weight: bold;
display: flex;
justify-content: center;
}

.nav-item .nav-link {
padding: 5px 20px !important;
border-radius: 20px;
transition: 0.3s ease;
}

.nav-item:hover {
.nav-item .nav-link:hover {
background-color: #e3e3e3;
}

.navbar-brand {
font-weight: bold;
color: rgba(0, 0, 0, 0.55) !important;
font-size: 1.8rem;
font-size: 1.5rem;
}

/*********************************Navbar Customization ends****************************/
Expand All @@ -89,7 +92,7 @@ section {
}

.contact_me_button {
font-size: 20px;
font-size: 16px;
border-radius: 25px;
transition: 0.3s ease;
background-color: #28282b;
Expand Down Expand Up @@ -184,7 +187,6 @@ section {
@media screen and (max-width: 991px) {
.nav-item {
justify-content: flex-start;
padding-left: 25px;
}
.bedroom-content,
.kitchen-content {
Expand All @@ -207,29 +209,24 @@ section {
justify-content: center;
}

h1 {
font-size: 3.5rem;
}
p {
font-size: 18px;
}
span {
font-size: 18px;
}
.carousel-item img {
height: 60vh;
}
.contact_me_button {
font-size: 18px;
}

.contact_email .fa-envelope {
font-size: 40px;
}
}

@media screen and (max-width: 576px) {
h1 {
font-size: 3rem;
font-size: 2.5rem;
}
p {
font-size: 18px;
}
span {
font-size: 18px;
}
.bedroom_section img,
.livingroom_section img,
Expand Down

0 comments on commit 23ce4d0

Please sign in to comment.