Skip to content

Commit

Permalink
Fixing styles ongoing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbenwa committed Apr 1, 2024
1 parent 192aecb commit 569df29
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ header img {
}

.principle-item {
overflow:hidden;
/* overflow:hidden; */
}

.principle-item h3,h4 {
Expand All @@ -237,7 +237,7 @@ header img {
padding: 0;
font-family: 'Ysabeau Infant', sans-serif;
font-size: 25px;
line-height:1.5em;
line-height:1.5em;
}


Expand All @@ -246,16 +246,16 @@ header img {

.conclusion p {
color: rgb(0, 0, 0);
margin:0;
margin:0;
padding-top: 0px;
padding-bottom: 10px;
font-family: 'Ysabeau Infant', sans-serif;
font-size: 17px;
font-size: 25px;
line-height:1.5em;
}

.conclusion .content-wrapconclusion{
max-width: 800px;
max-width: 600px;
width:85%;
margin: 0 auto;
padding-top:30px;
Expand All @@ -279,7 +279,6 @@ header img {
float: left;
width: 30%;
padding: 10px;
height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
Expand Down Expand Up @@ -383,7 +382,7 @@ background: #7e7f9aff;

.principle-item p {
color: rgb(144, 144, 144);
margin:0;
margin:40px 0 0 0;
padding: 0;
font-family: 'Ysabeau Infant', sans-serif;
font-size: 17px;
Expand Down

0 comments on commit 569df29

Please sign in to comment.