diff --git a/index.html b/index.html index 8fcdcf248538986afd23d0b93dc41cef4f7503e0..c7d9d3a36e5038b3827ac266949281ec6ec33794 100644 --- a/index.html +++ b/index.html @@ -2,22 +2,6 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <script> - $('img[data-enlargable]').addClass('img-enlargable').click(function(){ - var src = $(this).attr('src'); - $('<div>').css({ - background: 'RGBA(0,0,0,.5) url('+src+') no-repeat center', - backgroundSize: 'contain', - width:'100%', height:'100%', - position:'fixed', - zIndex:'10000', - top:'0', left:'0', - cursor: 'zoom-out' - }).click(function(){ - $(this).remove(); - }).appendTo('body'); -}); - </script> <link rel="shortcut icon" href="https://static.igem.wiki/teams/5247/logos-team/precyse-no-slogan.png" diff --git a/src/App/App.css b/src/App/App.css index 6c5830e1521025e74dac144fdbcf4dcf3b129ed2..52f7679c8c33b8e767f01f19fc85edf88a7a8ff6 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -3015,6 +3015,8 @@ div[class*="boxy"] { background: var(--text-primary); border-radius: 100px; white-space: nowrap; + margin-left: 40px; + margin-top: 20px; text-align: right; } .backtotop:hover{ @@ -3204,4 +3206,5 @@ a{ margin-right: 50vw !important; max-width: 100vw !important; width: 100vw !important; -} \ No newline at end of file +} +