Skip to content

Commit 31db03d

Browse files
committed
Adjust layout
1 parent ddfd6e6 commit 31db03d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

css/custom.css

+13-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ a {
2424
font-size: 1.3em;
2525
}
2626

27-
.blog-masthead a {
27+
.blog-masthead nav a {
2828
color: white;
2929
}
3030

@@ -39,7 +39,6 @@ a {
3939
height: 4em;
4040
padding: .5em;
4141
margin: .5em;
42-
background-color: rgba(255,255,255,.2);
4342
}
4443

4544
/* Tables */
@@ -65,14 +64,17 @@ ol.exhibit-tileView-body {
6564
*/
6665

6766
.blog-masthead {
68-
/*background-color: #428bca;*/
69-
/*background-color: #36b2d9;*/
70-
background-color: #437799;
67+
background-color: #d0e8dd;
7168

7269
-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
7370
box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
7471
}
7572

73+
.blog-masthead strong {
74+
font-size: 1.5em;
75+
color: #1e6d81;
76+
}
77+
7678
/* Nav links https://getbootstrap.com/examples/blog/ */
7779
.blog-nav-item {
7880
position: relative;
@@ -88,7 +90,13 @@ ol.exhibit-tileView-body {
8890
}
8991

9092
.blog-nav {
93+
margin-top: 1em;
9194
text-align: center;
95+
background-color: black;
96+
line-height: 1.5em;
97+
-webkit-box-shadow: outset 0 -2px 5px rgba(0,0,0,.1);
98+
box-shadow: outset 0 -2px 5px rgba(0,0,0,.1);
99+
border-radius: 10px 10px 0px 0px;
92100
}
93101

94102
/* Active state gets a caret at the bottom https://getbootstrap.com/examples/blog/ */

static/logo-header-mmoon.png

17.7 KB
Loading

0 commit comments

Comments
 (0)