-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (50 loc) · 922 Bytes
/
style.css
File metadata and controls
59 lines (50 loc) · 922 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
56
57
58
59
/* Entire body */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #fff; }
/* Breadcrumbs on top of pages */
.breadcrumbs {
font-size: 12px;
margin-bottom: 50px;
}
/* Container in body */
.container {
max-width: 750px;
}
.current-tab {
font-weight: bold;
text-decoration: underline;
}
/* Entire DOM */
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
/* iLambda logo */
.logo {
width: 300px;
height: auto;
margin-bottom: 25px;
}
/* Main content inside of container */
.main {
padding: 40px 15px;
text-align: center;
}
/* Next space btw prev and next buttons */
.prev {
margin-right: 10px;
}
/* Project Thumbnails */
.img-thumbnail{
width: auto;
height: 250px;
overflow: hidden;
}
.img-media-object {
width: 250px;
height: auto;
margin-bottom: 10px;
}