Made about page
This commit is contained in:
25
public/styles/elements/_dt.scss
Normal file
25
public/styles/elements/_dt.scss
Normal file
@ -0,0 +1,25 @@
|
||||
/*
|
||||
* DT, DL, DD
|
||||
* Base Definition List Settings
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/03/11
|
||||
*/
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dl {
|
||||
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
dt ~ dt,
|
||||
dl ~ dt {
|
||||
margin-top: 1em;
|
||||
}
|
11
public/styles/elements/_p.scss
Normal file
11
public/styles/elements/_p.scss
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* P
|
||||
* Base P/Paragraph Seettings
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/03/11
|
||||
*/
|
||||
p {
|
||||
}
|
Reference in New Issue
Block a user