-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_navbar.scss
101 lines (84 loc) · 1.37 KB
/
_navbar.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
html {
font-size: 82.5%;
}
body {
margin: 0.5rem;
}
h1,
h5 {
padding-top: 1.3rem;
margin-bottom: 1.3rem;
}
h2{
margin-top: 30px;
margin-bottom: 30px;
}
img {
padding-top: 30px;
}
footer {
display: flex;
justify-content: center;
background-color: $bg-footer;
img {
max-width: 40px;
}
}
@media (min-width:280px) {
p {
padding-top: 20px;
font-family: 'Roboto';
font-weight: 400;
font-size: 1.6rem;
color: rgb(3, 26, 51);
}
}
@media (max-width:461px) {
p {
font-size: 1.1rem;
color: rgb(0, 0, 0);
}
}
a {
font-size: 1rem;
font-family: 'quicksand';
font-weight: 700;
}
.nav-link {
a {
font-size: 1rem;
font-family: 'quicksand';
font-weight: 700;
}
}
#galeria, #galeriav{
div{
align-content: center;
justify-content: center;
align-items: center;
}
img{
max-width: 50%;
max-height: 50%;
}
}
@media (min-width:989px) {
h1 {
display: none;
}
}
@media (max-width:990px) {
h1{
display: show;
}
}
form{
div{
border-style: solid;
border-radius: $border-radius;
border-color: rgb(179, 39, 235);
padding: 3px 3px 3px 3px;
font-weight: bold;
margin: 3px 3px 3px 3px;
}
}