Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
21 changes: 11 additions & 10 deletions 04/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ z-index: 10;
}
.nav__item {
background-color: var(--color-nav-item);
padding: 40px;
padding: 40px 15px;
position: relative;
cursor: pointer;
transition: background-color .3s;
Expand All @@ -58,8 +58,8 @@ z-index: 10;
.arrow-down {
position: absolute;
rotate: -90deg;
font-size: 1rem;
padding: 20px 0 0 10px;
font-size: 0.9rem;
padding: 10px 0 0 0;
}
.nav__item::before {
content: '';
Expand Down Expand Up @@ -88,19 +88,20 @@ z-index: 10;
display: none;
position: absolute;
bottom: 0;
left: 150px;
left: 120px;
font-size: 1rem;

}
.arrow-right {
position: absolute;
right: 10px;
bottom: 10px;
font-size: 1rem;
/* position: absolute; */
/* right: 5px; */
/* bottom: 10px; */
font-size: 0.9rem;
}
.dropdown__item {
background: var(--color-beta);
padding: 10px;
min-width: 120px;
min-width: 100px;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spoko, będę pamiętał

}
.dropdown__item:hover {
color: var(--color-gold);
Expand All @@ -112,7 +113,7 @@ z-index: 10;
display: none;
position: absolute;
top: 0;
left: 120px;
left: 100px;
}
.dropdown__item:hover > .nav__dropdown-second {
display: block;
Expand Down
3 changes: 0 additions & 3 deletions 05/css/desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
max-width: 1200px;
display: flex;
}
.content__item {
/* min-height: 50px; */
}
.header__container {
justify-content: space-between;
padding: 5px 0;
Expand Down