All Questions
2 questions
0
votes
1
answer
37
views
Why i cant set procent values in boostrap
I want to make a bar with (thin bar) but as I am using bootstrap, I can't fully control sizes;
<template>
<div class="container-fluid mx-auto">
<div class="row"...
0
votes
1
answer
105
views
When i change the shape of navbar, the edges are cut
I don't know why, when I declare a border shape different from square the edges are cut:
Here's the html template:
<template>
<div class="navbar-container rounded-pill">
<...