Modif bag

This commit is contained in:
dshrat 2021-09-14 21:18:55 +07:00
parent e9ce8d5821
commit 84e7eb0809
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head> </head>
<body class="bg-color"> <body class="bg-color">
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius"> <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="#">Details Products</a>

View file

@ -70,6 +70,7 @@
} }
@media (max-width: 450px){ @media (max-width: 450px){
.full-body{ .full-body{
font-size: x-small ; font-size: x-small ;
} }