Made pages mobile compatible
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
@using Portfolio.Shared.Services
|
||||
@using Portfolio.Web.Components.Components
|
||||
|
||||
<PageTitle>Portfolio von Leon Hoppe</PageTitle>
|
||||
|
||||
<section id="hero">
|
||||
<div class="artwork">
|
||||
<div class="circle big-circle"></div>
|
||||
@@ -77,7 +79,8 @@
|
||||
jobs.state++;
|
||||
}
|
||||
|
||||
displayElement.innerText = jobs.display;
|
||||
if (displayElement.innerText !== jobs.display)
|
||||
displayElement.innerText = jobs.display;
|
||||
}, 50)
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user