Skip to content

Commit db1b3d4

Browse files
committed
Removing styling bugs
1 parent e487799 commit db1b3d4

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

public/.._redirects 2.icloud

159 Bytes
Binary file not shown.

public/.robots 2.txt.icloud

159 Bytes
Binary file not shown.

src/components/Canvas/Canvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Canvas extends Component {
1616
const MARGIN = CONSTANTS.margin;
1717
const SCREEN_WIDTH = window.innerWidth;
1818
const BAR_WIDTH = Math.floor((SCREEN_WIDTH - (MARGIN*arrayLength)) / arrayLength);
19-
const MARGIN_BTW_CANVAS_AND_OPTIONS = 127;
19+
const MARGIN_BTW_CANVAS_AND_OPTIONS = 147;
2020
const CANVAS_HEIGHT = window.innerHeight - CONSTANTS.OFFSET + MARGIN_BTW_CANVAS_AND_OPTIONS +"px";
2121
const FONT_SIZE = Math.floor(BAR_WIDTH * 0.4);
2222
const PINK = "#ff595e";

src/components/Page/partial/Navbar/navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@600&family=Fira+Code:wght@600&display=swap');
33
.navbar {
44
/* background: linear-gradient(90deg, rgb(28, 27, 27) 0%, rgb(26, 23, 23) 100%); */
5-
min-height: 55px;
5+
height: 60px;
66
display: flex;
77
justify-content: center;
88
align-items: center;

0 commit comments

Comments
 (0)