Skip to content

Commit 54cf77e

Browse files
authored
Update menu.css
1 parent aea9307 commit 54cf77e

1 file changed

Lines changed: 1 addition & 62 deletions

File tree

css/menu.css

Lines changed: 1 addition & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,7 @@
11
/* ============================================================
2-
For Menu Styling
2+
For Menu Bar Styling
33
============================================================ */
44

5-
6-
.menu {}
7-
.menu-label {
8-
font-size: medium;
9-
}
10-
11-
.pure-img-responsive {
12-
max-width: 50%;
13-
height: auto;
14-
margin-left: auto;
15-
margin-right: auto;
16-
border-radius: 50%;
17-
}
18-
19-
#return_button {
20-
background: transparent;
21-
outline: none;
22-
border-style: none;
23-
padding-bottom: 1em;
24-
}
25-
26-
@media (max-width: 500px) {
27-
#spacer-vert {
28-
height: 28vh;
29-
}
30-
.logo {
31-
-webkit-animation:spin 6s linear infinite;
32-
-moz-animation:spin 6s linear infinite;
33-
animation:spin 6s linear infinite;
34-
}
35-
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
36-
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
37-
}
38-
39-
@media (min-width: 540px) and (max-width: 1024px) {
40-
.pure-u-1-2.pure-u-lg-1-3 {
41-
width: 33%;
42-
}
43-
.spacer-hor {
44-
height:40vh;
45-
}
46-
47-
}
48-
49-
@media (min-width: 1024px) and (max-width: 1180px){
50-
.spacer-hor {
51-
width: 100vw;
52-
height: 10vh;
53-
}
54-
55-
}
56-
57-
@media (min-width: 1180px) {
58-
.spacer-hor {
59-
width: 100vw;
60-
height: 3vh;
61-
}
62-
}
63-
64-
65-
665
.menu-bar {
676
position: fixed;
687
margin:auto;

0 commit comments

Comments
 (0)