]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Drop redundant stylesheet
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 25 Aug 2024 10:32:35 +0000 (12:32 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 25 Aug 2024 10:32:35 +0000 (12:32 +0200)
assets/css/style.css [deleted file]

diff --git a/assets/css/style.css b/assets/css/style.css
deleted file mode 100644 (file)
index 4bc5ab6..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-body {
-       max-width: 1000px;
-       margin: 0 auto;
-       padding: 0 10px;
-}
-
-main {
-       line-height: 1.5;
-}
-
-nav {
-       text-align: center;
-}
-
-nav ul {
-       list-style: none;
-       padding: 0 5px;
-}
-
-nav a {
-       text-decoration: none;
-       color: #000;
-}
-
-nav a:hover {
-       text-decoration: underline;
-}
-
-nav li {
-       display: inline;
-       padding: 0 10px;
-}
-
-p {
-       margin: 1em 0;
-}
-
-ul {
-       padding: 0 2em;
-}
-
-code {
-       overflow-wrap: anywhere;
-}
-
-pre, nav {
-       overflow-x: scroll;
-}
-
-img {
-       max-width: 100%;
-}