mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-10 08:07:48 -06:00
v3
This commit is contained in:
30
_scss/partials/_other-projects.scss
Normal file
30
_scss/partials/_other-projects.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
.other-projects {
|
||||
.project {
|
||||
max-width: 600px;
|
||||
margin-bottom: 50px;
|
||||
&__name {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
p {
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
&__used {
|
||||
&__item {
|
||||
display: inline-block;
|
||||
margin: 3px 3px 3px 0;
|
||||
font-family: 'Inconsolata', monospace;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
padding: 2px 7px;
|
||||
border-radius: 3px;
|
||||
color: $blue;
|
||||
border: 1px solid $blue;
|
||||
background: transparent;
|
||||
&:first-of-type {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user