Skip to content

Commit 2262ebe

Browse files
authored
Merge pull request #232 from JuliaAI/tutorial-names-descriptions
✨ Attempt to improve tutorial names and descriptions
2 parents ea17f9a + 420a2a8 commit 2262ebe

File tree

11 files changed

+254
-74
lines changed

11 files changed

+254
-74
lines changed

_css/nav.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ a#home, a#contribute {
4444
justify-content: space-around;
4545
}
4646
nav {
47-
//float: right;
4847
display: flex;
4948
justify-content: space-around;
5049
padding: 0.5rem;
@@ -78,7 +77,6 @@ nav ul li {
7877
nav ul li a,
7978
nav ul li a:visited {
8079
display: block;
81-
//padding: 0 20px;
8280
line-height: 50px;
8381
background-color: #f1f1f1;
8482
color: #363636;
@@ -112,6 +110,10 @@ nav ul li a:visited:not(:only-child):after {
112110
nav ul li ul li a {
113111
padding: 15px;
114112
line-height: 20px;
113+
font-weight: 300;
114+
}
115+
nav ul li ul li {
116+
border-bottom: 1px solid #00000021;
115117
}
116118
.nav-dropdown {
117119
position: absolute;
@@ -135,7 +137,7 @@ nav ul li ul li a {
135137
.bottom-nav {
136138
background-color: #f1f1f1;
137139
font-weight: 600;
138-
padding: 8px 8px;
140+
padding: 15px 15px;
139141
color: #2e2e2e;
140142
border-radius: 45px;
141143
outline: none;
@@ -146,8 +148,9 @@ nav ul li ul li a {
146148
flex-direction: column;
147149
align-items: center;
148150
text-decoration: none;
149-
width: 200px;
151+
max-width: 500px;
150152
border: 2px solid #c1c1c1;
153+
151154
}
152155
.bottom-nav:hover {
153156
background-color: #9b59b6;

_css/side-menu.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ body {
66

77
.header h2 {
88
text-align: center;
9+
10+
}
11+
12+
#menu-logo-link div {
13+
white-space: normal !important;
14+
/* word-wrap: normal !important; */
915
}
1016

1117
.pure-img-responsive {
@@ -65,6 +71,7 @@ The content `<div>` is where all your content goes.
6571
margin: 0.2em 0;
6672
font-size: 3em;
6773
font-weight: 300;
74+
6875
}
6976
.header h1::before {
7077
content: url('https://seeklogo.com/images/J/julia-logo-DC9698BAF9-seeklogo.com.png');
@@ -122,6 +129,8 @@ appears on the left side of the page.
122129
color: #999;
123130
border: none;
124131
padding: 0.6em 0 0.6em 0.6em;
132+
word-wrap: break-word;
133+
white-space: break-spaces;
125134
}
126135

127136
/*

0 commit comments

Comments
 (0)