Skip to content

Commit

Permalink
Fix text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhrankan-Chakrabarti committed Aug 13, 2024
1 parent 405d4ab commit c26bfc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ header nav{
padding-bottom: 10px;
height: auto;
min-height: 360px;
overflow: auto;
overflow-wrap: inherit;

}

Expand Down Expand Up @@ -150,11 +150,13 @@ header nav{
gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
padding: 10px;
overflow-wrap: break-word;
}

.et-p{
color: rgb(230, 230, 230);
margin:0px 10px;
margin: 0px 10px;
overflow-wrap: inherit;
}


Expand Down

0 comments on commit c26bfc4

Please sign in to comment.