File tree Expand file tree Collapse file tree 3 files changed +24
-16
lines changed Expand file tree Collapse file tree 3 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1
- < header id ="intro ">
1
+ < header class ="intro ">
2
2
< div class ="inner ">
3
3
< div class ="intro-text ">
4
4
< h1 class ="intro-title "> {{ cv.basics.name | default: page.title | markdownify | remove: '< p > ' | remove: '</ p > ' }}</ h1 >
@@ -15,4 +15,4 @@ <h1 class="intro-title">{{ cv.basics.name | default: page.title | markdownify |
15
15
{% endif %}
16
16
</ div >
17
17
</ div >
18
- </ header >
18
+ </ header >
Original file line number Diff line number Diff line change 54
54
55
55
.entries {
56
56
57
- .entry-header {
58
-
59
- @include breakpoint ($medium ) {
60
- // @include span(5 of 16);
61
- // @include suffix(1 of 16);
62
-
63
- /* remove space after last child element */
64
- // > *:last-child {
65
- // margin-bottom: 0;
66
- // }
67
- }
68
- }
69
-
70
-
71
57
.entry-title {
72
58
word-wrap : break-word ; /* break long words that could overflow */
73
59
Original file line number Diff line number Diff line change @@ -105,6 +105,28 @@ main {
105
105
106
106
.layout--cv {
107
107
108
+ .entries {
109
+
110
+ .entry-header {
111
+
112
+ @include breakpoint ($medium ) {
113
+ @include span (5 of 16 );
114
+ @include suffix (1 of 16 );
115
+
116
+ /* remove space after last child element */
117
+ > * :last-child {
118
+ margin-bottom : 0 ;
119
+ }
120
+ }
121
+ }
122
+
123
+ .entry-content {
124
+ @include breakpoint ($medium ) {
125
+ @include span (11 of 16 last);
126
+ }
127
+ }
128
+ }
129
+
108
130
.entry {
109
131
110
132
a {
You can’t perform that action at this time.
0 commit comments