mirror of
https://github.com/bspeice/speice.io
synced 2025-09-03 13:15:17 -04:00
New link style
This commit is contained in:
@ -84,24 +84,28 @@
|
||||
margin-left: 2.1rem;
|
||||
}
|
||||
|
||||
.web-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 62.5%;
|
||||
border: 1px solid #cacaca;
|
||||
overflow: hidden;
|
||||
}
|
||||
li {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.web-container iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.web-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 62.5%;
|
||||
border: 1px solid #cacaca;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.web-container iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.c-article__footer {
|
||||
|
@ -18,6 +18,10 @@
|
||||
p {
|
||||
@include fs--meta;
|
||||
}
|
||||
|
||||
a {
|
||||
border-bottom-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
.c-page__footer {
|
||||
|
Reference in New Issue
Block a user