We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686f761 commit 618af6cCopy full SHA for 618af6c
formapi/css/style.css
@@ -70,13 +70,23 @@ body {
70
/************Header Formatting************/
71
header {
72
padding: 20px;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: space-between;
76
}
77
78
header h1 {
79
font-family: var(--primary-title);
80
font-size: var(--primary-font-size);
81
color: white;
82
+}
83
84
+/*Format hamburger menu*/
85
+.bx-menu {
86
+ padding: 10px;
87
+ font-size: 7em;
88
+ border: 5px solid black;
89
+ border-radius: 8px;
90
91
/************End of Header Formatting************/
92
0 commit comments