Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
73616e646572 authored Nov 4, 2024
1 parent 30aef20 commit 2563752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ a:hover {
color: #FFCD00;
}

.main-header {
table main-header {
display: grid;
grid-template-columns: 1fr 2fr 1fr 1fr;
background-color: #FFCD00;
Expand All @@ -45,17 +45,17 @@ a:hover {
z-index: 999;
}

.main-header img {
table main-header img {
height: 100px;
}

.main-header h1 {
table main-header h1 {
font-size: 1.2em;
vertical-align: middle;
align-content: center;
}

.main-header h1 em {
table main-header h1 em {
font-weight: lighter;
font-size:
}
Expand Down

0 comments on commit 2563752

Please sign in to comment.