Cosmetic changes

This commit is contained in:
pitchum 2021-07-23 10:58:23 +02:00 committed by root
parent 3963b1d35e
commit 99ad1d7a41
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ img.app, img.store {
align-items: center; align-items: center;
} }
#downloads a > div > div { #downloads a > div > div {
width: 130px;; width: 120px;
} }
#downloads span { #downloads span {
display: block; display: block;
@ -75,8 +75,8 @@ img.app, img.store {
} }
#downloads span.store { #downloads span.store {
color: black; color: black;
font-size: smaller;
text-align: right; text-align: right;
text-transform: none;
} }
</style> </style>
</head> </head>