buildsomething/sass/style.scss

105 lines
1.4 KiB
SCSS
Raw Normal View History

2024-11-11 14:05:48 +01:00
main {
/* padding: 50px 4%; */
padding: 0;
}
.content {
padding: 4%;
padding-bottom: 0;
2024-11-11 14:05:48 +01:00
}
div.nav-outlinks {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-flex-flow: wrap;
flex-flow: wrap;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
gap: 1em;
/* display: -webkit-box; */
/* display: -moz-box; */
/* display: -webkit-flex; */
display: flex;
}
footer div.nav-outlinks a {
color: #fff;
text-decoration: none;
}
footer {
margin-top: 2em;
}
.inline-icon-container svg {
vertical-align: middle;
fill: #fff;
width: 1rem;
height: 1rem;
2024-11-06 11:46:10 +01:00
}
2024-11-06 12:16:00 +01:00
.heading-text {
line-height: initial;
}
2024-11-06 11:46:10 +01:00
ul {
li {
padding: unset;
}
2024-11-07 10:46:45 +01:00
}
.flag {
height: 1.3em;
position: relative;
top: 0.35em;
}
.service.splash {
background: red;
width: 100%;
height: 2em;
}
.service {
background: green;
width: 40%;
2024-11-10 16:28:24 +01:00
}
a.more {
color: var(--secondary-text-color);
background: var(--primary-color);
padding: 0 1em;
2024-11-11 14:48:28 +01:00
border-radius: 1em;
2024-11-11 09:58:02 +01:00
}
a.more:hover {
background: var(--primary-link-color);
/* background: red; */
text-decoration: none;
}
.code {
pre {
border-radius: 1em;
}
2024-11-14 09:22:56 +01:00
}
ul {
list-style: none;
}
li.blog {
margin-bottom: 1.5em;
cursor: pointer;
}
.article-body {
padding: 0;
}