Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit d67ae8c

Browse files
author
Krzysztof Studniarek
committed
order menu side by side with burger
1 parent 892f2f1 commit d67ae8c

2 files changed

Lines changed: 10 additions & 28 deletions

File tree

src/components/Burger/BuildControls/BuildControls.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
.BuildControls {
2-
width: 100%;
2+
float: right;
3+
margin: 25px;
4+
position: fixed;
5+
width: 30%;
36
background-color: #CF8F2E;
47
display: flex;
58
flex-flow: column;
69
align-items: center;
7-
box-shadow: 0 2px 1px #ccc;
8-
margin:auto;
10+
border-radius: 25px;
911
padding: 8px 0;
1012
}
1113

src/components/Burger/Burger.css

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
11
.Burger {
2-
width: 100%;
3-
margin: auto;
4-
height: 250px;
5-
overflow: auto;
2+
float: right;
3+
margin: 0px;
4+
padding: 0px;
5+
width: 65vw;
6+
height: 65vw;
67
text-align: center;
78
font-weight: bold;
89
font-size: 1.2rem;
9-
}
10-
11-
@media (min-width: 500px) and (min-height: 400px) {
12-
.Burger {
13-
width: 350px;
14-
height: 300px;
15-
}
16-
}
17-
18-
@media (min-width: 500px) and (min-height: 401px) {
19-
.Burger {
20-
width: 450px;
21-
height: 400px;
22-
}
23-
}
24-
25-
@media (min-width: 1000px) and (min-height: 700px) {
26-
.Burger {
27-
width: 500px;
28-
height: 600px;
29-
}
3010
}

0 commit comments

Comments
 (0)