mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-23 09:06:21 +03:00
замена иконки, добавления в стили
This commit is contained in:
parent
7edbdbc328
commit
ba193c31f2
3 changed files with 7 additions and 7 deletions
|
@ -48,7 +48,7 @@
|
||||||
<img alt="Get it on Github" src="./static/image/get-it-on-github.png" id="github">
|
<img alt="Get it on Github" src="./static/image/get-it-on-github.png" id="github">
|
||||||
</a>
|
</a>
|
||||||
<a href="/wallpaper/today">
|
<a href="/wallpaper/today">
|
||||||
<img alt="Today wallpaper" src="./static/image/today-wallpaper-border.png" id="today-wall">
|
<img alt="Today wallpaper" src="./static/image/today-wallpaper.png">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -42,7 +42,7 @@ a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#google-play, #github, #today-wall {
|
#google-play, #github {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
height: 45%;
|
height: 45%;
|
||||||
}
|
}
|
||||||
|
@ -63,7 +63,7 @@ a {
|
||||||
margin-top: -140%;
|
margin-top: -140%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#google-play, #github, #today-wall {
|
#google-play, #github {
|
||||||
width: 37%;
|
width: 37%;
|
||||||
height: 37%;
|
height: 37%;
|
||||||
}
|
}
|
||||||
|
@ -97,7 +97,7 @@ a {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#google-play, #github, #today-wall {
|
#google-play, #github {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 30%;
|
height: 30%;
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,7 @@ a {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#google-play, #github, #today-wall {
|
#google-play, #github {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
height: 25%;
|
height: 25%;
|
||||||
}
|
}
|
||||||
|
@ -158,7 +158,7 @@ a {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#google-play, #github, #today-wall {
|
#google-play, #github {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
height: 25%;
|
height: 25%;
|
||||||
}
|
}
|
||||||
|
@ -199,7 +199,7 @@ a {
|
||||||
margin: 2% 60%;
|
margin: 2% 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#google-play, #github, #today-wall {
|
#google-play, #github {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
height: 35%;
|
height: 35%;
|
||||||
}
|
}
|
||||||
|
|
BIN
src/web/static/image/today-wallpaper-border.png
Normal file
BIN
src/web/static/image/today-wallpaper-border.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Reference in a new issue