1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-14 20:54:40 +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 { img {
position: relative; position: relative;
z-index: 999; z-index: 999;
width: 13vw;
height: 11vw;
} }
} }

View File

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

File diff suppressed because one or more lines are too long