1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-12 19:54:31 +02:00
This commit is contained in:
Pomax
2018-06-26 08:23:32 -07:00
parent d11d0d5c9b
commit bc4d830eec
3 changed files with 5 additions and 1 deletions

View File

@@ -9,5 +9,7 @@
img {
position: relative;
z-index: 999;
width: 13vw;
height: 11vw;
}
}

View File

@@ -60,6 +60,8 @@ footer {
.ribbon img {
position: relative;
z-index: 999;
width: 13vw;
height: 11vw;
}
.locale-switcher {
text-align: center;

File diff suppressed because one or more lines are too long