mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-23 19:36:53 +00:00
add rights
This commit is contained in:
parent
d0b7a212c8
commit
6c42a82b87
@ -91,3 +91,13 @@ body {
|
|||||||
.card {
|
.card {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rights {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 20px;
|
||||||
|
font-size: 14px;
|
||||||
|
width: 100%;
|
||||||
|
text-align: right;
|
||||||
|
color: #8798ac;
|
||||||
|
right: 20px;
|
||||||
|
}
|
@ -90,3 +90,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<footer class="rights">
|
||||||
|
<p>This is a fan game and all rights are reserved by CD Projekt</p>
|
||||||
|
</footer>
|
Loading…
Reference in New Issue
Block a user