Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OERu
oeru_course
Commits
30dcdddb
Commit
30dcdddb
authored
Jun 12, 2020
by
Dave Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaked fix of 3rd level margin issue for screen width less than 991px
parent
bb45a3d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
css/oeru_course_core_alter.css
css/oeru_course_core_alter.css
+2
-2
No files found.
css/oeru_course_core_alter.css
View file @
30dcdddb
...
...
@@ -701,6 +701,6 @@ a.external {
}
/* fix bug with 3rd level navigation having a 15px inset from the rest of the margin at small screen widths */
#primary
.third-level-nav
.col-md-12
{
padding-right
:
0
!important
;
@media
(
max-width
:
991px
)
{
#primary
.third-level-nav
.col-md-12
{
padding-right
:
0
!important
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment