We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2986a9 commit c019b6bCopy full SHA for c019b6b
assets/styles.css
@@ -3,6 +3,8 @@
3
--purple: hsl(270, 47%, 30%);
4
}
5
6
+/* Navbar */
7
+
8
.navbar {
9
background-color: var(--yellow);
10
margin-top: 0.5rem;
@@ -15,8 +17,34 @@
15
17
width: 40px;
16
18
19
20
+@media (min-width: 768px) {
21
+ .nav-logo{
22
+ height: 80px;
23
+ width: 80px;
24
+ }
25
+}
26
27
+@media (min-width: 1024px) {
28
29
+ height: 100px;
30
+ width: 100px;
31
32
33
34
.nav-text {
35
font-size: 20px;
36
text-align: center;
37
justify-content: center;
38
39
40
41
+ .nav-text {
42
+ font-size: 32px;
43
44
45
46
+@media (min-wdith: 1024px) {
47
+ .nav-text{
48
+ font-size: 36px;
49
50
0 commit comments