pedf
/
spolky
Archived
1
0
Fork 0

background sizing

master
Lukáš Hozda 4 years ago
parent 175f22f11a
commit 9f0c453bc8

@ -180,6 +180,9 @@ body > canvas {
.bg-center { .bg-center {
background-position: center center; background-position: center center;
} }
.bg-auto {
background-size: auto auto;
}
.bg-half { .bg-half {
background-size: 50%; background-size: 50%;
} }

@ -168,6 +168,9 @@ body > canvas
.bg-center .bg-center
background-position: center center background-position: center center
.bg-auto
background-size: auto auto;
.bg-half .bg-half
background-size 50% background-size 50%

File diff suppressed because one or more lines are too long

@ -33,7 +33,7 @@
</section> </section>
<section class="row" style="margin-top: 5vh"> <section class="row" style="margin-top: 5vh">
<section class="col-5"></section> <section class="col-5"></section>
<section class="col bg-circle bg-center bg-half"> <section class="col bg-circle bg-center bg-auto">
<h2 style="margin-left: 17vw; margin-bottom: 1vh"><b>Neformální</b></h2> <h2 style="margin-left: 17vw; margin-bottom: 1vh"><b>Neformální</b></h2>
<hr class="gay-hr" style="margin-left: 17vw;margin-bottom: 5vh; "> <hr class="gay-hr" style="margin-left: 17vw;margin-bottom: 5vh; ">
<p style="font-size: calc(var(--font-size) / 1.8); margin-right: 15vw"> <p style="font-size: calc(var(--font-size) / 1.8); margin-right: 15vw">