-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
82 lines (67 loc) · 1.08 KB
/
styles.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
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
line-height: 1.4;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.container {
min-width: 320px;
max-width: 960px;
padding: 0 10px;
margin: 0 auto;
}
h1 {
font-size: 2em;
margin: 1.25em 0;
}
h2 {
font-size: 1.5em;
margin: 1.25em 0;
}
section {
margin: 1em 0;
}
b,
strong {
font-weight: bolder;
}
.contacts {
position: relative;
display: inline-block;
}
.contacts dt {
float: left;
min-width: 8em;
}
.contacts dd {
margin-bottom: 1.2em;
overflow: hidden;
}
.contacts dd::after {
content: '';
position: absolute;
left: 0;
right: 0;
transform: translateY(1.5em);
border-bottom: 1px solid #dadada;
}
.exp {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.box {
margin: 0;
flex: 0 1 auto;
}
.date{
min-width: 300px;
margin-left: 5px;
}