Skip to content

Commit

Permalink
change responsive screen in course index
Browse files Browse the repository at this point in the history
  • Loading branch information
jlge committed Sep 15, 2024
1 parent e3d7fed commit 42da4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/courses/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<% course_cud = CourseUserDatum.find_cud_for_course(course, current_user.id) %>
<% not_student = course_cud.has_auth_level? :course_assistant %>

<div class="col s12 m4">
<div class="col s12 l4">
<div class="card hoverable">
<%= link_to course_path(course), title: "Go to Course Page" do %>
<div class="card-content red darken-4">
Expand Down

0 comments on commit 42da4da

Please sign in to comment.