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

Commit 4edf738

Browse files
authored
Merge pull request #1 from krzysztofstudniarek/master
Thank you for changes, which You provided.
2 parents e44711f + d67ae8c commit 4edf738

5 files changed

Lines changed: 118 additions & 150 deletions

File tree

package-lock.json

Lines changed: 85 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)