Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 16, 2024
1 parent 57be81b commit bf2557d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
13 changes: 0 additions & 13 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<nav class="tui-nav">
<ul>
<li class="tui-dropdown">
<span class="red-168-text">F</span>ile
<div class="tui-dropdown-content">
<ul>
<li><a href="#!"><span class="red-168-text">N</span>ew</a></li>
</ul>
</div>
</li>
<span class="tui-datetime" data-format="d/M/y H:m:s"></span> <!-- DD/MM/YYYY HH:MM:SS -->
</ul>
</nav>

<body>
<div class="container">
Expand Down
11 changes: 9 additions & 2 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ html {
body {
width: 100%;
padding: 0;
margin: 25px 0;
background: $color__black;
font-family: $inconsolata;
font-size: $font__size;
font-weight: $font__weight;
line-height: $font__line-height;
margin: 0;
}

.container {
Expand All @@ -78,10 +77,18 @@ body {
.container {
margin: 0 50px;
}
body {
margin: 50px 0 25px;
}

}

@include media-query($on-laptop) {
.container {
margin: 0 120px;
}
body {
margin: 120px 0 50px;
}

}
2 changes: 1 addition & 1 deletion assets/tuicss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ input[type=button] {
padding: 0px 2px;
z-index: 9;
display: block;
position: sticky;
position: fixed;
}

.tui-nav ul li {
Expand Down

0 comments on commit bf2557d

Please sign in to comment.