-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.css
99 lines (97 loc) · 1.58 KB
/
base.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
90
91
92
93
94
95
96
97
98
99
html,body {
width: auto;
background-color: #F5F5EE !important;
}
ul {
margin-bottom: 0.5rem;
}
body {
font-family: 'Open Sans', sans-serif !important;
font-weight: 400;
}
.row{
width: 100% !important;
}
div > i {
width: 100%;
max-width: 4px;
}
.contact-info {
font-size: 16px;
}
.contact-border {
border-right: 2px solid #a29b9b;
padding-right: .5rem;
}
.right-tab-header {
background-color: skyblue;
}
.social-link {
text-decoration: underline;
}
.description {
font-size: small;
margin-bottom: 0px;
}
.section-header {
border-bottom: 2px solid #a29b9b;
display: inline-flex;
width: 100%;
}
.sub-section {
margin-top: 1rem;
margin-bottom: 1rem;
width: 100%;
}
.sub-section-header{
display: flex;
justify-content: space-between;
}
.sub-section-text {
padding-left: 1em;
}
.sub-section-text ul{
width: 90%;
}
.tech-stack {
padding-left: 10px;
}
.col-xs-12, .col-sm-12, .col-md-12 {
padding-right:0px
}
.activity{
width: 70%;
}
.activity h6 {
font-weight: 700;
}
#stack-tech {
display: flex;
margin: auto;
width: 80%;
}
#stack-tech .sub-section {
margin-bottom: 0;
margin-top: 0.3rem;
}
#stack-tech ul {
margin-bottom: 0px;
padding-left:0px;
}
#stack-tech .section-header{
border-bottom: none;
margin-top: 4em;
width: auto;
}
#stack-tech h5{
margin-top: 2px;
}
@media only screen and (width: 767px) {
#right-tab-header {
height: 5%;
}
}
@media only screen and (max-width: 1199px) {
#right-tab-header { height: 12%; }
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&subset=cyrillic,cyrillic-ext');