Style aydinlatma.html

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-19 19:23:56 +03:00
parent 9bacd618e9
commit 06dd538731
6 changed files with 220 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
@use "mixins.scss";
@use "views/index.scss";
@use "views/aydinlatma.scss";
@use "views/iletisim.scss";
@use "partials/header.scss";
@use "partials/footer.scss";
@use "sass:math";
@@ -10,6 +11,7 @@ html, body {
margin: 0;
padding: 0;
background-color: variables.$clr_sides;
scroll-behavior: smooth;
}
.content-spacing {