1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-03-30 19:08:16 +02:00

modif @media in bag

This commit is contained in:
dshrat 2021-09-15 18:05:27 +07:00
parent df94006815
commit 944d59dd6c
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,7 @@
<body class="bg-color">
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
<a class="navbar-brand" href="#">Details Products</a>
<a class="navbar-brand" href="#">Shopping Bag</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>

View file

@ -100,6 +100,9 @@
font-size: 10px;
}
.body-right{
width: 300px;
}
}