Rename styles => css

This commit is contained in:
Ferit Yiğit BALABAN
2022-08-11 19:32:47 +03:00
parent d67ff087fd
commit 5c26ac44ef

View File

@@ -893,7 +893,6 @@ html, body {
padding: 0; padding: 0;
background-color: #364040; background-color: #364040;
scroll-behavior: smooth; scroll-behavior: smooth;
font-family: sans-serif;
} }
a { a {
@@ -940,18 +939,6 @@ a:active {
padding-bottom: 0; padding-bottom: 0;
} }
.hidden {
display: none;
}
.flex {
display: flex;
}
.inline-block {
display: inline-block;
}
.no-decoration { .no-decoration {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
@@ -1093,6 +1080,7 @@ a:active {
} }
#scroll-to-top { #scroll-to-top {
display: none;
width: 50px; width: 50px;
height: 50px; height: 50px;
position: fixed; position: fixed;