Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
adbcc86fcc
2 changed files with 2 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<file url="file://$PROJECT_DIR$" libraries="{punkfairie-site/node_modules}" />
|
||||
<file url="PROJECT" libraries="{punkfairie-site/node_modules}" />
|
||||
<includedPredefinedLibrary name="Node.js Core" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,4 +1,5 @@
|
|||
@use 'sass:color';
|
||||
@use 'sass:math';
|
||||
@use '../../theme';
|
||||
@use '../../mixins';
|
||||
|
||||
|
@ -20,7 +21,7 @@
|
|||
/ 1fr 3fr 1fr;
|
||||
max-block-size: 100vb;
|
||||
max-inline-size: 100vi;
|
||||
padding: theme.$spacer-4xl;
|
||||
padding: theme.$spacer-3xl theme.$spacer-4xl;
|
||||
|
||||
&-title {
|
||||
grid-area: Site-title;
|
||||
|
|
Loading…
Reference in a new issue