Skip to content

Commit

Permalink
Adds CSS to stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Mc committed Sep 9, 2020
1 parent f4f84fd commit 8acb161
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.skip-to-content {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.form-group {
margin-bottom: 1rem !important;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
<meta name="author" content="Felipe Torres">

<a href="#skip_content" style="position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;">Skip to content</a>
<a href="#skip_content" class="skip-to-content">Skip to content</a>
<link rel="icon" href="{{ url_for('static', filename='images/lcp_favicon5.png') }}">

<link rel='stylesheet' type='text/css' href="{{ url_for('static', filename='css/font-awesome.css') }}" />
Expand Down

0 comments on commit 8acb161

Please sign in to comment.