heleluyah

This commit is contained in:
vista-man
2024-11-01 11:23:52 +01:00
parent 944f4faf77
commit 5978b9f9bd
2 changed files with 5 additions and 1 deletions

View File

@@ -15,13 +15,14 @@
<link rel="stylesheet" href="css/dropstyle.css"> <link rel="stylesheet" href="css/dropstyle.css">
<link rel="stylesheet" href="https://r.mobirisesite.com/849385/assets/socicon/css/styles.css?rnd=1730245704585"> <link rel="stylesheet" href="https://r.mobirisesite.com/849385/assets/socicon/css/styles.css?rnd=1730245704585">
<link rel="stylesheet" href="css/themestyle.css"> <link rel="stylesheet" href="css/themestyle.css">
<link rel="stylesheet" href="css/contacts.css">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap&display=swap"></noscript> <noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap&display=swap"></noscript>
<link rel="stylesheet" href="css/additional.css" type="text/css"> <link rel="stylesheet" href="css/additional.css" type="text/css">
</head> </head>
<body> <body>
<section data-bs-version="5.1" class="menu menu2 cid-usDHBbJnxp" once="menu" id="menu-5-usDHBbJnxp"> <section data-bs-version="5.1" class="pad-down menu menu2 cid-usDHBbJnxp" once="menu" id="menu-5-usDHBbJnxp">
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg"> <nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
<div class="container"> <div class="container">
<div class="navbar-brand"> <div class="navbar-brand">

3
css/contacts.css Normal file
View File

@@ -0,0 +1,3 @@
.pad-down {
padding-top: 50px; /* Adjust the value as needed */
}