mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-08 15:17:51 -04:00
fixed. generated MD now shows up and looks half decent. going to have it also use a scrollspy navbar on the left. needs to be autogenerated by the prestart script
This commit is contained in:
parent
d77ca583ea
commit
392156bf6c
9 changed files with 52 additions and 27 deletions
17
assets/css/projects.css
Normal file
17
assets/css/projects.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 2vh;
|
||||
padding-bottom: 2vh;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
iframe {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
margin-top: 2vh;
|
||||
margin-bottom: 2vh;
|
||||
}
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
|
@ -3,7 +3,6 @@ var $document = $(document),
|
|||
navbarDef = 'bg-dark',
|
||||
effect = 'fadeInDown';
|
||||
|
||||
console.log('waddup');
|
||||
if (window.location.pathname ==='/') {
|
||||
$document.scroll(function() {
|
||||
//if >100 pixels have been scrolled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue