Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ header .header-projects{
}
header .header-brand:hover{
font-size: 35px;
text-decoration: underline;
text-decoration: None;
font-weight: 800px;
}
header nav ul{
margin: 20px 0px 0px 20px;
Expand All @@ -174,8 +175,8 @@ header .header-projects{
}
header nav ul li a:hover{
font-size: 29px;
text-decoration: underline;
font-style: italic;
text-decoration: None;
font-weight: 800px;
}
header .header-projects{
display: block;
Expand Down