-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
89 lines (74 loc) · 1.22 KB
/
style.css
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
html,
body {
font: normal 100%/1.5 'Roboto', sans-serif;
}
body {
background-color: #eee;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
@media screen and (max-width: 641px) {
.card{
margin-right:0px !important;
}
}
.clip-img {
/* width: 100px;
height:100px;
clip-path: circle(40% at center); */
border-radius: 50%;
margin-right: 10px;
width: 60px;
}
.card {
background-color: white;
margin-top: 5px;
margin-right:5px;
}
.row {
display: flex;
padding: 1rem 1rem 0 1rem;
}
.column {
padding-right: 10px;
}
.address {
color: #979797;
font-size: .7em;
line-height: 1.2rem;
}
.second{
margin-left:10px;
padding-top:0px;
font-size: 18px;
margin-bottom:10px;
justify-content: center;
}
hr {
border: .5px solid #eee;
width: 100%;
}
.icons{
margin:0 40px 10px 0px;
}
strong{
color:rgb(83, 83, 83);
font-size: 14px;
}
.nd-column-1{
float:right;
width:80%;
}
.nd-column-2{
width:100px;
}
.fa, .fas, .icons{
color: #979797 !important;
margin-left:15px;
cursor: pointer;
font-size: 16px;
}
.fa:hover, .fas:hover, .icons:hover{
color: lightskyblue !important;
}