Skip to content

Commit 99f9e74

Browse files
authored
Update main.scss
1 parent 12f5210 commit 99f9e74

File tree

1 file changed

+57
-31
lines changed

1 file changed

+57
-31
lines changed

css/main.scss

+57-31
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,64 @@
11
---
22
---
3-
3+
44
@import "bootstrap";
55

6+
img { margin-bottom: 24px;
7+
margin-top: 17px;
8+
border-radius:2%;
9+
}
10+
611

712
body {
8-
padding-top: 70px;
9-
text-align: justify;
13+
padding-top: 70px;
1014
}
1115

1216
figcaption {
13-
text-align: right;
14-
margin-top: -20px;
15-
margin-bottom: 20px;
17+
text-align: right;
18+
margin-top: -20px;
19+
margin-bottom: 20px;
1620
}
1721

18-
.breadcrumb {
19-
background: none;
20-
border: none;
21-
display: block;
22-
margin-left: 0;
23-
padding-left: 0;
24-
}
2522

26-
.nopadding-left {
27-
padding-left: 0 !important;
28-
margin-left: 0 !important;
23+
24+
/* Top navigation bar */
25+
26+
27+
p.byline {
28+
text-align: center;
29+
font-size: 18px;
30+
line-height: 36px;
31+
margin-top: -24px;
32+
margin-bottom: 48px;
2933
}
3034

31-
.nopadding-right {
32-
padding-right: 0 !important;
33-
margin-right: 0 !important;
35+
36+
pubtit {
37+
font-weight: bold;
3438
}
3539

36-
.team-member-card {
37-
margin-top: 20px;
38-
margin-bottom: 20px;
40+
firstp {
3941
}
4042

4143
.container-fluid {
4244
margin-right: auto;
4345
margin-left: auto;
44-
max-width: 900px; /* or 950px */
46+
max-width: 1000px; /* or 950px */
4547
}
4648

47-
/* Carousel */
48-
49-
.carousel {
50-
border-radius: 3px 3px 3px 3px;
51-
margin-bottom: 20px;
52-
margin-top: 20px;
49+
/* Home, News */
50+
#newsid p {
51+
text-align: left;
5352
}
5453

55-
pubtit {
56-
font-weight: bold;
54+
#homeidtmp h1 {
55+
text-align: center;
5756
}
5857

58+
#newsid img {
59+
margin-top: 6px;
60+
margin-bottom: 6px;
61+
}
5962

6063
/* Team & Publications */
6164
#gridid img { margin: 16px 22px 6px 0; border-radius:10%; box-shadow: 2px 2px 5px #888888 }
@@ -64,3 +67,26 @@ pubtit {
6467
#gridid .row { margin-bottom: 24px; }
6568

6669

70+
/* Grid overrides */
71+
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-5, .col-sm-6,
72+
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
73+
padding-left: 16px;
74+
padding-right: 16px;
75+
}
76+
77+
/* Grid overrides */
78+
.col-sm-4 {
79+
padding-left: 26px;
80+
padding-right: 26px;
81+
}
82+
83+
84+
/* Carusel */
85+
86+
.carousel {
87+
border-radius: 3px 3px 3px 3px;
88+
margin-bottom: 20px;
89+
margin-top: 20px;
90+
margin-left: 30px;
91+
margin-right: 30px;
92+
}

0 commit comments

Comments
 (0)