mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:45:05 +03:00
Reversion
This commit is contained in:
parent
b930e770e6
commit
b8f95a5c20
2 changed files with 11 additions and 12 deletions
|
@ -692,20 +692,14 @@
|
|||
<div class="row twitter-desktop">
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12 p-0">
|
||||
<div class="twitter-card mb-4">
|
||||
<div class="title-bar flex-start p-1 ps-3">
|
||||
<i class="icon-discord"></i>
|
||||
</div>
|
||||
<div class="twitter-content p-xl-5 p-lg-5 p-md-3 p-sm-4 p-4">
|
||||
<p>You guys are really onto something with magics – it's so awesome. I've been using it all day and I am hooked.</p>
|
||||
<p>You guys are really onto something with <a href="https://github.com/teaxyz/cli#magic" style="color:#00ffd0 !important;">magics</a> – it's so awesome. I've been using it all day and I am hooked.</p>
|
||||
<p class="small light-gray">David D</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12">
|
||||
<div class="twitter-card mb-4">
|
||||
<div class="title-bar flex-start p-1 ps-3">
|
||||
<i class="icon-discord"></i>
|
||||
</div>
|
||||
<div class="twitter-content p-xl-5 p-lg-5 p-md-3 p-sm-4 p-4">
|
||||
<p>im trying to package yarn seems to have a bug in linux. So i tried recreating it locally.</p>
|
||||
<ol class="small">
|
||||
|
|
|
@ -47,13 +47,18 @@ mark{
|
|||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
|
||||
#impact-break{
|
||||
display:none;
|
||||
}
|
||||
.navbar{
|
||||
position: fixed;
|
||||
width:100%;
|
||||
padding: 0px !important;
|
||||
background-color: #1a1a1a !important;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
.top-logo{
|
||||
width:50px !important;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue