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:
parent
df94006815
commit
944d59dd6c
2 changed files with 4 additions and 1 deletions
2
bag.html
2
bag.html
|
@ -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>
|
||||
|
|
|
@ -100,6 +100,9 @@
|
|||
font-size: 10px;
|
||||
|
||||
}
|
||||
.body-right{
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue