repsonsive 2
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 34s

This commit is contained in:
2026-03-22 01:59:30 +01:00
parent dc427f5981
commit 9748de4286
4 changed files with 41 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import SiteOptions from './site_options/SiteOptions.vue';
<template>
<div class="header">
<div class="container">
<div class="header-container">
<div class="header-container website">
<h1>ARANROIG.COM</h1>
<HeaderLinks></HeaderLinks>
</div>
@@ -28,6 +28,14 @@ import SiteOptions from './site_options/SiteOptions.vue';
justify-content: space-between;
}
.header-container {
&.website {
@media screen and (max-width: 600px) {
margin-top: 20px;
}
}
}
.header-container {
position:relative;
margin-bottom: 20px;