Skip to content

Commit

Permalink
fix: _Theme styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MIU-cz committed May 25, 2024
1 parent bb0dc99 commit 22500d6
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Yandex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
</head>

<body>
<header class="container">

</header>

<main>

</main>

<footer>
<div id="autor"></div>
Expand Down
2 changes: 2 additions & 0 deletions Yandex/src/css/_Theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $c-text-em: #F54932;
$c-logo: #595653;
$c-tbl-brdr: #D0D0D0;
$c-btn: #1F1F1F;
$c-eclipse: #FBCE51;
$c-bg-header: #E9DED4;


.txt_logo {
Expand Down
6 changes: 6 additions & 0 deletions Yandex/src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,10 @@
line-height: 120%;
color: #313131;
opacity: 0.6;
}

.container {
width: 100%;
margin: 0 auto;
padding: 0;
}/*# sourceMappingURL=main.css.map */
2 changes: 1 addition & 1 deletion Yandex/src/css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Yandex/src/css/main.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@import "_Fonts", "_Theme";

.container {
width: 100%;
margin: 0 auto;
padding: 0;
}

Binary file removed Yandex/src/img/header/bg-ecllipse.png
Binary file not shown.
File renamed without changes
File renamed without changes

0 comments on commit 22500d6

Please sign in to comment.