File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ $DJSdark-text: darkslategrey;
17
17
18
18
a {
19
19
text-decoration : none ;
20
+ color : $DJSlavender ;
20
21
& :hover {
21
22
color : $DJSsunshine ;
22
23
}
Original file line number Diff line number Diff line change @@ -66,13 +66,12 @@ hr.separator-line {
66
66
// cards (grid) -> card (flex) -> card Content (See below)
67
67
68
68
.text-container {
69
- margin : 2vw ;
70
- margin-top : 15vh ;
69
+ margin-top : 20vh ;
71
70
}
72
71
73
72
.cards {
74
73
max-width : 80% ;
75
- margin : 0 auto ;
74
+ margin : 2 vw auto ;
76
75
display : grid ;
77
76
grid-gap : 1rem ;
78
77
grid-template-columns : repeat (auto-fit , minmax (300px , 1fr ));
@@ -82,7 +81,7 @@ hr.separator-line {
82
81
.card {
83
82
background-color : $DJSbackground_grey ;
84
83
padding : 1rem ;
85
- height : fit-content ;
84
+ height : auto ;
86
85
border-radius : 2px ;
87
86
display : flex ;
88
87
flex-direction : column ;
Original file line number Diff line number Diff line change @@ -34,7 +34,3 @@ nav ul li {
34
34
display : inline-block ;
35
35
padding : 20px ;
36
36
}
37
-
38
- .account a {
39
- color : whitesmoke ;
40
- }
Original file line number Diff line number Diff line change 3
3
< nav >
4
4
< ul >
5
5
< li > <%= link_to "course content" , root_path ( anchor : "course-content" ) %> </ li >
6
- < li > goals</ li >
7
- < li > ams.rb workshop</ li >
8
- < li > about us </ li >
6
+ < li > <%= link_to " goals" , root_path ( anchor : "goals" ) %> </ li >
7
+ < li > <%= link_to " ams.rb workshop" , root_path ( anchor : "amsrb" ) %> </ li >
8
+ < li > <%= link_to "About us" , root_path ( anchor : "aboutus" ) %> </ li >
9
9
</ ul >
10
10
</ nav >
11
11
< div class ="account ">
You can’t perform that action at this time.
0 commit comments