This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user