Skip to content

Commit 970ea32

Browse files
committed
new css design
1 parent 463035e commit 970ea32

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
src="https://cdn.jsdelivr.net/npm/material-dynamic-colors@1.1.2/dist/cdn/material-dynamic-colors.min.js">
1313
</script>
1414
<link href="theme.css" rel="stylesheet">
15-
<link href="style.css" rel="stylesheet">
15+
<!-- <link href="style.css" rel="stylesheet"> -->
1616
<title>TheCodingJ's</title>
1717
<meta content="TheCodingJ's" property="og:title">
1818
<meta content="A team of passionate developers." property="og:description">
@@ -144,11 +144,9 @@ <h5>HBNI Audio Stream Listener</h5>
144144
<p>View upcoming events and listen to current streams.</p>
145145
</div>
146146
</div>
147-
<nav>
147+
<nav style="display: flex;">
148148
<button class="border small-round"
149149
onclick="location.href='https://github.com/TheCodingJsoftware/HBNI-Audio-Stream-Listener';"><i>globe</i>Github</button>
150-
<button class="border small-round"
151-
onclick="location.href='https://github.com/TheCodingJsoftware/HBNI-Audio-Stream-Listener/releases/download/v1.3.0/HBNI_Audio_Stream_Listener-v1.3.0.zip';"><i>computer</i>Desktop</button>
152150
<button class="border small-round"
153151
onclick="location.href='https://play.google.com/store/apps/details?id=com.thecodingjsoftware.hutteritechurch';"><i>android</i>Android</button>
154152
</nav>

style.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

22
/* COMPUTER MODEL CODE */
33
#stage {
4-
width: 250px;
5-
height: 100px;
6-
top: 125px;
4+
width: 50px;
5+
height: 50px;
6+
top: 150px;
77
position: absolute;
8-
left: 0;
9-
transform: scale(1);
8+
left: -37%;
9+
transform: scale(0.3);
1010
transition: transform 100ms ease-in-out;
1111
}
1212
#stage:hover{
13-
transform: scale(1.1);
13+
transform: scale(0.4);
1414
transition: transform 100ms ease-in-out;
1515
}
1616
/* media queres */
@@ -31,10 +31,10 @@
3131
}
3232
#stage {
3333
margin-left: 40%;
34-
transform: scale(0.6);
34+
transform: scale(0.3);
3535
}
3636
#stage:hover{
37-
transform: scale(0.7);
37+
transform: scale(0.4);
3838
}
3939
}
4040

0 commit comments

Comments
 (0)