Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSoft-STUDIONIONS committed Jan 17, 2025
1 parent eafc9fc commit 683923f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
5 changes: 4 additions & 1 deletion docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh;
font-family: 'Calibri', 'Tahoma', 'Noto Color Emoji', Tofu, sans-serif;
}
body main,
body header,
Expand All @@ -42,6 +42,9 @@ body footer {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
body footer p:last-child {
margin-bottom: unset;
}
.container,
.container-full {
padding-left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion docs/css/main.min.css

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

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="ru"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="cmsmagazine" content="d8e7426ec72ad3e4ea38b09ebf01284"><meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"><meta name="color-scheme" content="only light"><meta name="theme-color" content="#ffffff"><title>Иконки Emoji</title><meta name="title" content="Иконки Emoji"><meta name="description" content="Иконки Emoji"><meta name="keywords" content="Иконки Emoji"><meta name="author" content="ProjectSoft"><meta name="og:url" content=""><meta property="og:type" content="website"><meta name="og:title" content="Иконки Emoji"><meta name="og:description" content="Иконки Emoji"><meta name="twitter:card" content="summary_large_image"><link type="text/css" rel="stylesheet" href="css/main.min.css?e13d4e49b66746bf6452654a28bc8172"></head><body><header><div class="container-full"><h1 class="text-center"><span class="inline-block text-left">Иконки Emoji</span></h1></div></header><main><div class="container-full"><div class="clearfix" data-plugin="emoji"><script src="js/emoji.min.js?e13d4e49b66746bf6452654a28bc8172"></script></div></div></main><footer><div class="container-full"><p>footer</p></div></footer></body></html>
<!DOCTYPE html><html lang="ru"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="cmsmagazine" content="d8e7426ec72ad3e4ea38b09ebf01284"><meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"><meta name="color-scheme" content="only light"><meta name="theme-color" content="#ffffff"><title>Иконки Emoji</title><meta name="title" content="Иконки Emoji"><meta name="description" content="Иконки Emoji"><meta name="keywords" content="Иконки Emoji"><meta name="author" content="ProjectSoft"><meta name="og:url" content=""><meta property="og:type" content="website"><meta name="og:title" content="Иконки Emoji"><meta name="og:description" content="Иконки Emoji"><meta name="twitter:card" content="summary_large_image"><link type="text/css" rel="stylesheet" href="css/main.min.css?163645493fbd5d3dfeead41e1518823e"></head><body><header><div class="container-full"><h1 class="text-center"><span class="inline-block text-left">Иконки Emoji</span></h1></div></header><main><div class="container-full"><div class="clearfix" data-plugin="emoji"><script src="js/emoji.min.js?163645493fbd5d3dfeead41e1518823e"></script></div></div></main><footer><div class="container-full"><p>ProjectSoft © 2008 - all right reserved</p></div></footer></body></html>
9 changes: 8 additions & 1 deletion src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ body {
margin: unset;
display: flex;
flex-direction: column;
min-height: 100vh;
font-family: 'Calibri', 'Tahoma', 'Noto Color Emoji', Tofu, sans-serif;
main,
header,
footer {
Expand All @@ -43,6 +43,13 @@ body {
footer {
flex: 0 0 auto;
}
footer {
p {
&:last-child {
margin-bottom: unset;
}
}
}
}
.container {
&,
Expand Down
2 changes: 1 addition & 1 deletion src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ html(lang="ru")
footer
.container-full
p
|footer
|ProjectSoft © 2008 - all right reserved

0 comments on commit 683923f

Please sign in to comment.