Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
smabdullah committed Jul 26, 2024
1 parent 319e1a2 commit e087e74
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ hr {
border: 1px solid var(--primary-colour);
border-radius: 5px;
background-color: #f9f9f9;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.publication h3 {
Expand Down Expand Up @@ -431,11 +432,11 @@ hr {

.project {
background-color: #f9f9f9;
border: 1px solid #ccc;
border-radius: 8px;
margin: 10px;
padding: 20px;
flex: 30%;
border: 1px solid var(--primary-colour);
border-radius: 5px;
margin-bottom: 20px;
padding: 10px;
flex: 1;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

Expand Down

0 comments on commit e087e74

Please sign in to comment.