Skip to content
Merged

Test #95

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
16 changes: 15 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,11 @@ hr {

nav {
justify-content: center;
height: 5rem;
}

nav img {
height: 60px;
}

main {
Expand Down Expand Up @@ -674,6 +679,11 @@ hr {

nav {
justify-content: center;
height: 6rem;
}

nav img {
height: 70px;
}

main {
Expand Down Expand Up @@ -791,6 +801,10 @@ hr {

@media all and (min-width: 1px) and (max-width: 800px) {

.frame {
border: 0;
}

.documentation {
padding: 3rem 1rem;
}
Expand Down Expand Up @@ -958,7 +972,7 @@ hr {
}

.card {
width: 350px;
width: 340px;
padding-left: 1rem;
margin: 0;
margin-top: 1rem;
Expand Down