mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
feat!: Added alert banner
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
.page
|
||||
{
|
||||
@include flex(column);
|
||||
gap: $spacingXL;
|
||||
max-width: unset;
|
||||
gap: 8vw; // Bigger gap on bigger devices
|
||||
|
||||
> article
|
||||
{
|
||||
@include flex(column);
|
||||
gap: 8vw; // Bigger gap on bigger devices
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user