improved sidebar smoothness and status feddback

This commit is contained in:
Roberto Tonino
2020-06-19 20:57:05 +02:00
parent 5314f7c07e
commit 973dc630c5
11 changed files with 145 additions and 92 deletions

View File

@@ -1,9 +1,13 @@
#about_tab p {
margin-bottom: 8px;
}
#about_tab h3 {
margin: 8px 0px;
}
#about_tab hr {
margin: 12px 0px;
#about_tab {
p {
margin-bottom: 8px;
}
h3 {
margin: 8px 0px;
}
hr {
margin: 12px 0px;
}
}

View File

@@ -28,11 +28,6 @@
margin-bottom: 10px;
}
.main_tablinks_text {
overflow: hidden;
white-space: nowrap;
}
.section-tabs {
list-style-type: none;
display: flex;
@@ -42,7 +37,7 @@
&__tab {
flex: 1;
font-size: 1.2rem;
padding: .8em;
padding: 0.8em;
border-top: 3px solid var(--foreground);
text-align: center;