Convert to component based architecture
This commit is contained in:
parent
eb2075aec5
commit
cdaa423b8a
70 changed files with 1942 additions and 484 deletions
28
src/page/about/about.scss
Normal file
28
src/page/about/about.scss
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
@import "../../style/mixins";
|
||||
@import "../../style/vars";
|
||||
|
||||
#about {
|
||||
header {
|
||||
@include center-children();
|
||||
margin-top: $normal-margin;
|
||||
|
||||
h1,
|
||||
img {
|
||||
font: $title-font;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
@include square(4ch);
|
||||
border-radius: 100%;
|
||||
margin-right: 1.5ex;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue