Skip to content

Commit

Permalink
Merge pull request #52 from Otherwa/Otherwa
Browse files Browse the repository at this point in the history
  • Loading branch information
Otherwa authored Nov 5, 2022
2 parents 20c5594 + e4ad66e commit 5234393
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions public/css/services/services.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,15 @@
div ul li {
padding: 1rem;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

@media (max-width: 768px) {
.card img {
display: none;
}

.card {
width: 95%;
margin-left: 1rem;
}
}
8 changes: 4 additions & 4 deletions public/css/show/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2423,16 +2423,16 @@ h2 .myFont {
}

.preload .screen {
width: 5rem;
width: 4rem;
box-shadow: none !important;
height: 4rem;
height: 3rem;
}

@media (max-width: 768px) {

/* preload */
.preload .screen {
width: 4rem !important;
height: 3rem !important;
width: 3rem !important;
height: 2rem !important;
}
}
2 changes: 1 addition & 1 deletion public/js/butter/butter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

this.defaults = {
wrapperId: 'butter',
wrapperDamper: 0.08,
wrapperDamper: 0.06,
cancelOnTouch: true,
}

Expand Down
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<h2 class="home-text01">things are very simple.</h2>

<div class="home-btn-group1">
<button class="home-button button myFont curget"><a href="#home-banner">Get Started</a></button>
<button class="home-button1 button myFont cur"><a href="/services">Learn More</a></button>
<a href="#home-banner"><button class="home-button button myFont curget">Get Started</button></a>
<a href="/services"><button class="home-button1 button myFont cur">Learn More</button></a>
</div>

<span class="home-text02">
Expand Down
4 changes: 2 additions & 2 deletions views/partial/nav.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<div class="home-nav">
<nav class="navigation-links1-nav navigation-links1-root-class-name10">
<span class="navigation-links1-text myFont"><span><a href="/">Home</a></span></span>
<span class="navigation-links1-text1 myFont"><span><a href="/about">About</a></span></span>
<span class="navigation-links1-text1 myFont">
<span><a href="/education">Education</a></span>
</span>
<span class="navigation-links1-text2 myFont">
<a href="/counter">Covid-19</a>
</span></span>
<span class="navigation-links1-text3 myFont"><span><a href="/services">Services</a></span></span>
<span class="navigation-links1-text1 myFont"><span><a href="/about">About</a></span></span>
<span class="navigation-links1-text3 myFont"><span><a href="/contact">
Contact</a></span></span>
</nav>
Expand Down Expand Up @@ -46,10 +46,10 @@
</div>
<nav class="navigation-links1-nav navigation-links1-root-class-name11" style="padding: 1rem;">
<span class="navigation-links1-text myFont"><span><a href="/">Home</a></span></span>
<span class="navigation-links1-text1 myFont"><span><a href="/about">About</a></span></span>
<span class="navigation-links1-text1 myFont"><span><a href="/education">Education</a></span></span>
<span class="navigation-links1-text2 myFont"><span><a href="/counter">Covid-19</a></span></span>
<span class="navigation-links1-text3 myFont"><span><a href="/services">Services</a></span></span>
<span class="navigation-links1-text1 myFont"><span><a href="/about">About</a></span></span>
<span class="navigation-links1-text3 myFont"><span><a href="/contact">Contact</a></span></span>
<br>
<span class="navigation-links1-text3 myFont"><span><a href="/account">Login</a></span></span>
Expand Down

0 comments on commit 5234393

Please sign in to comment.