diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index 99a76d3..4826317 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -121,3 +121,9 @@ header { .signup { color: #fff; } + +@media (min-width: 768px) { + .session { + width: 30%; + } +}