️ Splitted CSS files, added media attributes on <link>s

This commit is contained in:
Florian Sylvain
2022-02-10 19:04:54 +01:00
parent b23fa2fd09
commit 998abbc346
5 changed files with 280 additions and 283 deletions
+61
View File
@@ -0,0 +1,61 @@
#content > div {
padding: 50px 20%;
}
.article-content {
padding: 50px !important;
}
#about img {
width: 225px;
height: 225px;
}
.block {
max-width: 900px;
margin: 50px auto;
flex-direction: row;
}
.block > p {
margin: 25px 50px;
padding: 0;
font-size: larger;
}
header {
transform: none;
padding: 10px;
}
header:hover {
opacity: 100% !important;
transform: none;
}
.hamburger {
display: none;
}
nav {
width: 100%;
gap: 25px;
flex-direction: row;
justify-content: center;
align-items: center;
font-size: 1.2em;
}
nav a {
opacity: 100%;
transform: none;
}
nav a:hover {
opacity: 100%;
transform: none;
}
#education p + p, #experience p + p {
font-size: medium;
}