pull/56/head
Maciej 2022-01-28 15:02:46 +01:00
rodzic 838481b4ba
commit 7e2acc7551
3 zmienionych plików z 9 dodań i 8 usunięć

Wyświetl plik

@ -211,7 +211,7 @@
<div class="footer-partners is-white">
<div class="columns is-vcentered is-mobile is-gapless">
<div class="column is-narrow ml-2">
<a class="button is-info is-outlined mt-1 ml-2" href="./partners.html">
<a class="button is-info mt-1 ml-2" href="./partners.html">
<svg class="icon mr-1" style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="currentColor" d="M10.76,8.69A0.76,0.76 0 0,0 10,9.45V20.9C10,21.32 10.34,21.66 10.76,21.66C10.95,21.66 11.11,21.6 11.24,21.5L13.15,19.95L14.81,23.57C14.94,23.84 15.21,24 15.5,24C15.61,24 15.72,24 15.83,23.92L18.59,22.64C18.97,22.46 19.15,22 18.95,21.63L17.28,18L19.69,17.55C19.85,17.5 20,17.43 20.12,17.29C20.39,16.97 20.35,16.5 20,16.21L11.26,8.86L11.25,8.87C11.12,8.76 10.95,8.69 10.76,8.69M15,10V8H20V10H15M13.83,4.76L16.66,1.93L18.07,3.34L15.24,6.17L13.83,4.76M10,0H12V5H10V0M3.93,14.66L6.76,11.83L8.17,13.24L5.34,16.07L3.93,14.66M3.93,3.34L5.34,1.93L8.17,4.76L6.76,6.17L3.93,3.34M7,10H2V8H7V10" />
</svg>

Wyświetl plik

@ -69,7 +69,13 @@
href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./src/css/main.css" />
<style>
.media
{
align-items: center !important;
justify-content: center !important;
}
</style>
</head>
<body>

Wyświetl plik

@ -1,7 +1,6 @@
html {
overflow-y: scroll;
overflow-y: hidden;
}
a {
@ -244,8 +243,4 @@
.smaller-text {
font-size: 0.8em !important;
}
.media
{
align-items: center !important;
justify-content: center !important;
}