Skip to content

Commit

Permalink
Oprava formátování
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJirsak committed Mar 23, 2024
1 parent efdf683 commit 4410fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions daweb/html-a-css/flexbox/cvdoma/navbar/exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ ul {
}

li {
display: flex;
align-items: stretch;
display: flex;
align-items: stretch;
list-style-type: none;
margin: 1px;
padding: 0;
}

a {
display: flex;
justify-content: center;
justify-content: center;
align-items: center;
/*
height: calc(55px - 2px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ li {
.hlavicka {
flex-direction: row;
justify-content: space-between;
align-items: center;
align-items: center;
}

.logo {
Expand Down

0 comments on commit 4410fd6

Please sign in to comment.