Skip to content

Commit ad0295a

Browse files
committed
[Home] Margin and stuff of profile pic
1 parent 0dffc7a commit ad0295a

1 file changed

Lines changed: 127 additions & 2 deletions

File tree

assets/scss/_raditian.scss

Lines changed: 127 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ a.nav-link::after {
13541354
align-items: center;
13551355
position: relative;
13561356
margin-bottom: -20px;
1357-
padding-top: 240px;
1357+
padding-top: 20%;
13581358
}
13591359

13601360
.rad-showcase__bg {
@@ -1367,11 +1367,13 @@ a.nav-link::after {
13671367
left: 0;
13681368
z-index: 0;
13691369
display: none;
1370+
padding-top: 5%;
1371+
padding-bottom: 5%;
13701372
}
13711373

13721374
.rad-showcase__bg img {
13731375
width: 90%;
1374-
margin-top: 90px;
1376+
margin-top: 5%;
13751377
height: 100%;
13761378
max-height: 721px;
13771379
}
@@ -1399,6 +1401,7 @@ a.nav-link::after {
13991401
left: 0;
14001402
right: 0;
14011403
opacity: 1;
1404+
margin-bottom: 2rem
14021405
}
14031406

14041407
.rad-showcase__bg--mobile img {
@@ -1501,6 +1504,7 @@ a.nav-link::after {
15011504

15021505
.profile-image img {
15031506
margin-top: 40px;
1507+
margin-bottom: 40px;
15041508
}
15051509

15061510
.rad-showcase__bg img {
@@ -1751,6 +1755,127 @@ div.blog-single a{
17511755
margin-bottom: 20px;
17521756
}
17531757

1758+
#blog-single #meta section {
1759+
font-weight: lighter;
1760+
1761+
.post-meta-info{
1762+
margin-bottom: 10px;
1763+
}
1764+
}
1765+
1766+
1767+
article.summary .post-meta {
1768+
font-weight: 500;
1769+
1770+
.post-meta-info{
1771+
margin-bottom: 10px;
1772+
}
1773+
}
1774+
1775+
1776+
article.post.summary h2 {
1777+
font-size: 40px
1778+
}
1779+
1780+
.post-summary {
1781+
margin-top: 20px;
1782+
}
1783+
1784+
.post-content {
1785+
margin-bottom: 20px;
1786+
1787+
img {
1788+
max-width: 100%;
1789+
height: auto;
1790+
}
1791+
1792+
a {
1793+
color: $base-color;
1794+
text-decoration: underline;
1795+
transition: color 0.2s ease-in-out;
1796+
1797+
&:hover {
1798+
color: darken($base-color, 20%);
1799+
text-decoration: underline;
1800+
}
1801+
1802+
&:focus {
1803+
outline: 2px solid rgba($base-color, 0.5);
1804+
outline-offset: 2px;
1805+
}
1806+
1807+
&.external {
1808+
&::after {
1809+
content: "\2197"; // Unicode for upward-right arrow
1810+
display: inline-block;
1811+
margin-left: 0.25em;
1812+
font-size: 0.8em;
1813+
}
1814+
}
1815+
}
1816+
}
1817+
1818+
ul.tags {
1819+
display: inline-flex;
1820+
gap: 0.5rem;
1821+
margin: 0;
1822+
padding: 0;
1823+
list-style: none;
1824+
1825+
1826+
li {
1827+
margin-bottom: 8px;
1828+
position: relative;
1829+
display: inline-block;
1830+
padding: 0.4em 1.2em 0.4em 1.6em;
1831+
background-color: white;
1832+
color: #333;
1833+
font-size: 0.9rem;
1834+
border-radius: 0.25rem;
1835+
border: 1px solid gray;
1836+
1837+
a{
1838+
color: $black;
1839+
display: inline-block;
1840+
padding: 4px 10px;
1841+
border-radius: 4px;
1842+
font-size: 14px;
1843+
transition: all 0.2s ease;
1844+
1845+
}
1846+
1847+
&::before {
1848+
content: "";
1849+
position: absolute;
1850+
left: 0.4em;
1851+
top: 50%;
1852+
transform: translateY(-50%) rotate(45deg);
1853+
width: 0.6em;
1854+
height: 0.6em;
1855+
background-color: #f5f5f5;
1856+
border-radius: 2px;
1857+
}
1858+
}
1859+
}
1860+
1861+
div.blog-single a{
1862+
color: $base-color
1863+
}
1864+
#blog-single #meta{
1865+
margin-bottom: 20px;
1866+
}
1867+
1868+
.light-border-bottom::after {
1869+
content: "";
1870+
width: 80%;
1871+
height: 1px;
1872+
max-width: 1170px;
1873+
background-color: #adb5bd;
1874+
display: block;
1875+
margin-top: 10px;
1876+
margin-bottom: 20px;
1877+
}
1878+
17541879
#blog-single #meta section {
17551880
font-weight: lighter;
17561881
}

0 commit comments

Comments
 (0)