Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

blazor conditional formating based on screen size

$
0
0

I made 3 buttons that go on a picture ( right side). When the screen is small, the buttons don't follow the layout, so they go over all the picture.How would i make them either smaller, or preferably, going after the picture when it's a small screen ?

.btn-circle {    height: 125px;    width: 125px;    border-radius: 50%;    padding: 4px;    margin-right: 7px;    margin-left: 7px;}.img-circle {    border-radius: 50%;    height: 125px;    width: 125px;}
@page "/"<PageTitle>Accueil</PageTitle><div class="containerHome"><div class="d-flex flex-row-reverse FloatingTop"><a class="btn btn-circle mr-3" href="https://trudelauto.com/" ><img class="img-circle" src="/Images/Partners/Trudel.png" width="100 px"></a><a class="btn btn-circle mr-3" href="https://www.jeunesnaturalistes.org/" ><img class="img-circle" src="/Images/Partners/jeunesNaturalistes.jpg" width="100 px"></a><a class="btn btn-circle mr-3" href="https://amos-harricana.ca/visiter/" ><img class="img-circle" src="/Images/Partners/tourismeHarricana.png" width="100 px"></a></div>  <img src="/Images/home.png" alt="Labyrinthe des insectes" width="100%" /></div>

Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>