-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (61 loc) · 1.04 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
/*!
Theme Name: Mattias theme
Author: Mattias
Text Domain: mt
*/
html, body {
margin: 0;
color: #313131;
font-family: "Nunito", sans-serif;
}
.centered-site-area {
margin: auto;
max-width: 1040px;
padding-left: 20px;
padding-right: 20px;
}
.content-area {
margin: auto;
max-width: 860px;
padding-left: 20px;
padding-right: 20px;
}
.top-menu {
background-color: #f8f8f8;
margin: 0;
padding: 20px 0;
border-bottom: 1px solid #d4d4d4;
margin-bottom: 90px;
}
.top-menu ul {
margin: 0;
display: flex;
list-style-type: none;
padding-inline-start: 0;
}
.top-menu ul li {
display: block;
margin-right: 30px;
}
.mini-cart {
display: none;
}
p {
line-height: 1.5;
font-size: 20px;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
blockquote {
border: 1px solid #9ea9aa;
background-color: #f4fcfb;
border-radius: 40px;
padding: 20px;
}
.archive.tax-main_protein.term-lax .description p {
margin-bottom: 0;
color: coral;
}