forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstaAlbum.css
More file actions
55 lines (54 loc) · 969 Bytes
/
Copy pathinstaAlbum.css
File metadata and controls
55 lines (54 loc) · 969 Bytes
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
.navbar {
position: fixed;
left: 0;
top: 0;
z-index: 2;
background-color: white;
justify-content: space-around;
width: 100%;
border-bottom: 1px solid lightgray;
}
.navbar-menu {
flex-grow: 0.5;
justify-content: center;
}
.navbar-menu .navbar-item {
flex-grow: 1;
justify-content: center;
}
.navbar-menu .navbar-item .control {
width: 50%;
}
.body-columns {
margin-top: 10vh;
}
.card {
margin-top: 5rem;
}
.card .header {
padding: 5px 10px;
}
.card-footer .columns {
width: 100%;
}
.card-footer .columns input {
border: none;
border-radius: 0;
box-shadow: none;
}
.card-footer .columns .column:last-child {
display: flex;
align-items: center;
}
.card-footer .columns .column:last-child button {
border: none;
}
.footer {
margin-top: 10vh;
padding: 2rem 1.5rem;
}
/* @media screen and (max-width: 786px){
.navbar {
justify-content: space-between;
}
} */