diff --git a/sass/understrap/understrap.scss b/sass/understrap/understrap.scss index 4f25be8..713afbd 100644 --- a/sass/understrap/understrap.scss +++ b/sass/understrap/understrap.scss @@ -1,6 +1,3 @@ -// If you use the Bootstrap .navbar-fixed-top class on your navbar you need this -body { padding-top: 50px; } - // Some basic padding for all wrappers .wrapper { padding:$grid-gutter-width 0; @@ -31,6 +28,14 @@ font-size:inherit; .entry-footer span {padding-right:10px;} //Limit featured image size to 100% -img.wp-post-image { +img.wp-post-image, article img { max-width: 100%; } + +// Skip to content link +a.skip-link{ + display:none; + position: absolute; + top: 40px; + right: 0px; +}