Skip to content

Commit

Permalink
Update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ammoor authored Jun 4, 2024
1 parent 32019a6 commit 64836ee
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Home/CSS/home-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,13 @@ header nav .links li a:hover {
.focus .cards-content {
margin: 10px 11px;
}
.focus .cards-content h3 {
font-size: 23px;
}
.focus .cards-content p {
font-size: 22px;
font-size: 19px;
font-weight: 400;
margin-top: 10px;
}
.focus .cards:hover {
box-shadow: 1px 1px 8px #062424;
Expand Down Expand Up @@ -275,10 +279,14 @@ header nav .links li a:hover {
background-color: white;
}
.info .main-info .p .post-content {
font-size: 19px;
padding: 10px;
width: 60%;
float: right;
}
.info .main-info .p .post-content p {
margin-top: 25px;
}
/* sidebar */
.info .sidbar {
width: 30%;
Expand Down Expand Up @@ -446,4 +454,4 @@ header nav .links li a:hover {
margin: 50px 0 0;
border-top: 1px solid #444;
}
/* End Footer */
/* End Footer */

0 comments on commit 64836ee

Please sign in to comment.