Private
Public Access
1
0

acceptable version of list_workouts

This commit is contained in:
Sander Roosendaal
2018-09-27 21:27:01 +02:00
parent 8aa72c49f4
commit 20c2339f15
7 changed files with 162 additions and 188 deletions

View File

@@ -287,7 +287,28 @@
.content {
grid-area: content;
padding: 1.2em 1.2em 1.2em 1.2em;
font-size: 1.0em;
}
.content h1 {
font-size 1.3em;
font-weight: normal;
}
.content h2 {
font-size 1.2em;
font-weight: normal;
}
.content h3 {
font-size 1.1em;
font-weight: bold;
}
.content em {
font-style: italic;
}
.main-nav {
grid-area: nav;
background: #1c75bc;