styles fixed

This commit is contained in:
2024-10-29 11:22:54 +00:00
parent 48cfe14c47
commit 3341878aea
2 changed files with 5 additions and 3 deletions

View File

@@ -840,8 +840,10 @@
} }
.main_license .nav { .main_license .nav {
gap: 10px; gap: 10px;
width: 700px; width: max-content;
display: ruby-text; display: flex;
flex-direction: row;
padding-bottom: 30px;
} }
.nav { .nav {
flex-wrap: nowrap !important; flex-wrap: nowrap !important;

View File

@@ -52,7 +52,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/css/app.min.css?v=1.23"> <link rel="stylesheet" type="text/css" href="assets/css/app.min.css?v=1.23">
<link rel="stylesheet" href="assets/css/style.css?v=1.33"> <link rel="stylesheet" href="assets/css/style.css?v=1.34">
</head> </head>
<body> <body>
<div class="page-wrapper" id="pageWrapper"> <div class="page-wrapper" id="pageWrapper">